Skip to content

Commit

Permalink
Update docker.md
Browse files Browse the repository at this point in the history
added docker images command
  • Loading branch information
itsmeremz authored Jul 20, 2021
1 parent c82f1b2 commit d676a18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ Name | Comments
* Stop and remove all containers: `docker container stop $(docker container ls -aq)`
* Run container with bash shell: `docker run -ti ubuntu:latest bash`
* Check how many containers are running: `docker info`
* Check the docker images on your system: `docker images`
* Cleanup everything: `docker system prune -a -f`

0 comments on commit d676a18

Please sign in to comment.