Update editing section

This commit is contained in:
Will Sargent 2016-03-16 09:47:29 -07:00
parent 66c1ac1a3e
commit 9d36f89b9f
No known key found for this signature in database
GPG key ID: C1E8BF062BC6C4B7
5 changed files with 29 additions and 2 deletions

View file

@ -1,6 +1,10 @@
# Docker Cheat Sheet
**Want to edit this? Click [README.md](https://github.com/wsargent/docker-cheat-sheet/blob/master/README.md), and then on the "writing pen" icon on the right to edit and submit a pull request!**
## Editing
**Want to improve this cheat sheet? See the [Contributing](#contributing) section!**
## Table of Contents
* [Why](#why)
* [Prerequisites](#prerequisites)
@ -17,6 +21,7 @@
* [Best Practices](#best-practices)
* [Security](#security)
* [Tips](#tips)
* [Contributing](#contributing)
## Why
@ -561,3 +566,25 @@ For all containers listed by name:
```
docker stats $(docker ps --format '{{.Names}}')
```
## Contributing
Here's how to contribute to this cheat sheet.
### Open README.md
Click [README.md](https://github.com/wsargent/docker-cheat-sheet/blob/master/README.md) <-- this link
![Click This](click.png)
### Edit Page
![Edit This](edit.png)
### Make Changes
![Change This](change.png)
### Create Pull Request
![Commit](commit.png)

BIN
change.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

BIN
click.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
commit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

BIN
edit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB