Skip to content

Instantly share code, notes, and snippets.

@vinacms
Last active April 2, 2017 17:24
Show Gist options
  • Save vinacms/7926a3b4cfc40acbf72ca968212bb530 to your computer and use it in GitHub Desktop.
Save vinacms/7926a3b4cfc40acbf72ca968212bb530 to your computer and use it in GitHub Desktop.
# Delete all containers
docker rm $(docker ps -a -q)
# Delete all images
docker rmi $(docker images -q)
# Access to docker container running
docker exec -it [container-id] bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment