Skip to content

Instantly share code, notes, and snippets.

@piyonishi
Last active March 12, 2019 08:13
Show Gist options
  • Save piyonishi/8042e0794c5abddeafdafc52034d812d to your computer and use it in GitHub Desktop.
Save piyonishi/8042e0794c5abddeafdafc52034d812d to your computer and use it in GitHub Desktop.
Dockerのメモ
# Dockerで<none>なイメージを一括で削除するワンライナー
# not danglingなimageを全て削除
docker image prune
# not danglingなcontainer, volume, network,imageを全て削除
docker system prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment