Skip to content

Instantly share code, notes, and snippets.

@k-maru
Created September 10, 2016 14:22
Show Gist options
  • Save k-maru/e5fe08f180c9d6f409a3c288784e1467 to your computer and use it in GitHub Desktop.
Save k-maru/e5fe08f180c9d6f409a3c288784e1467 to your computer and use it in GitHub Desktop.
Dockerコマンド忘備録

全てのコンテナの削除

docker rm $(docker ps -a -q)

全てのイメージの削除

docker rmi $(docker images -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment