Skip to content

Instantly share code, notes, and snippets.

@nomanHasan
Created April 4, 2018 16:18
Show Gist options
  • Save nomanHasan/376a0189688a474d065969d4e16d1395 to your computer and use it in GitHub Desktop.
Save nomanHasan/376a0189688a474d065969d4e16d1395 to your computer and use it in GitHub Desktop.
Docker Common Commands
# Docker Single Delete
docker rmi #id
# Kill containers
docker rm $(docker ps -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment