Skip to content

Instantly share code, notes, and snippets.

@AlexandrBukhtatyy
Last active April 10, 2016 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexandrBukhtatyy/f3c7a60f7eb6894d240c96c4e8653598 to your computer and use it in GitHub Desktop.
Save AlexandrBukhtatyy/f3c7a60f7eb6894d240c96c4e8653598 to your computer and use it in GitHub Desktop.
Docker

Images

docker rmi $(docker images -q) //Delete all images (Удаление всех образов)

Containers

docker rm $(docker ps -a -q) //Delete all containers (Удаление всех контейнеров)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment