Skip to content

Instantly share code, notes, and snippets.

@shyazusa
Created December 26, 2016 02:00
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 shyazusa/816d8cab8d9c77fc63e0ce4573195daa to your computer and use it in GitHub Desktop.
Save shyazusa/816d8cab8d9c77fc63e0ce4573195daa to your computer and use it in GitHub Desktop.
dockerでイメージもコンテナも全部削除するコマンド
$ docker rm -f $(docker ps -aq) && docker rmi $(docker images -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment