Skip to content

Instantly share code, notes, and snippets.

@ledovsky
Created October 24, 2020 09:00
Show Gist options
  • Save ledovsky/ce3f785fc74b8240b0a969adab3c9f9c to your computer and use it in GitHub Desktop.
Save ledovsky/ce3f785fc74b8240b0a969adab3c9f9c to your computer and use it in GitHub Desktop.
Docker tips
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