LoginSignup
0
0

More than 3 years have passed since last update.

docker エラー 削除コマンド

Posted at

docker system prune

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

docker container prune

停止コンテナを一括削除できます。

docker image prune

未使用イメージを一括削除できます。

docker volume prune

未使用ボリュームを一括削除できます

docker network prune

未使用ネットワークを一括削除できます

エラー

docker-compose up -d workspace php-fpm nginx postgres
で下記のエラーが出てしましたが、既存のコンテナとイメージを消す事で解消できました。
上記のコマンドでdocker内の物を削除できます。
スクリーンショット 2020-10-23 22.21.49.png

0
0
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
0
0