3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Dockerの一括削除コマンド

Last updated at Posted at 2020-12-02

###停止コンテナ、タグ無しイメージ、未使用ボリューム、未使用ネットワークを一括削除

docker system prune

###停止コンテナを一括削除

docker container prune

###未使用イメージを一括削除

docker image prune

###未使用ボリュームを一括削除

docker volume prune

###未使用ネットワークを一括削除

docker network prune

参考
https://qiita.com/boiyama/items/9972601ffc240553e1f3

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?