Merge pull request #94 from int32bit/patch-2

List all containers with a specified  image
This commit is contained in:
Will Sargent 2016-04-27 10:55:59 -07:00
commit 2b388328ce

View file

@ -603,6 +603,12 @@ For all containers listed by name:
docker stats $(docker ps --format '{{.Names}}')
```
For all containers listed by image:
```
docker ps -a -f ancestor=ubuntu
```
## Contributing
Here's how to contribute to this cheat sheet.