Skip to content

Instantly share code, notes, and snippets.

@ymxmore
Created August 21, 2015 02:01
Show Gist options
  • Select an option

  • Save ymxmore/2122a66aa44dae83720b to your computer and use it in GitHub Desktop.

Select an option

Save ymxmore/2122a66aa44dae83720b to your computer and use it in GitHub Desktop.
# 不要なコンテナまとめて削除
docker rm `docker ps -a -q`
# 不要なイメージをまとめて削除
docker rmi $(docker images | awk '/^<none>/ { print $3 }')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment