Created
October 24, 2020 09:00
-
-
Save ledovsky/ce3f785fc74b8240b0a969adab3c9f9c to your computer and use it in GitHub Desktop.
Docker tips
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
docker ps | |
docker ps -a | |
# remove all stopped containers, images and networks | |
docker system prune | |
# removes container after stopping | |
docker run --rm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment