Last active
March 12, 2019 08:13
-
-
Save piyonishi/8042e0794c5abddeafdafc52034d812d to your computer and use it in GitHub Desktop.
Dockerのメモ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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