Last active
April 29, 2020 07:30
-
-
Save nikhilgeo/cf07c586dba4b76856bf0b2a2abdf3c0 to your computer and use it in GitHub Desktop.
Commands Hand books
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Run a docker container and get bash | |
| docker run -it ubuntu:18.04 bash | |
| Remove all the container images - Ubuntu | |
| docker rmi -f $(docker images -a -q) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment