0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Dockerよく使うコマンドチートシート

Posted at

よく使う掃除コマンドチートシート

コマンド 説明
docker ps -a すべてのコンテナ一覧
docker rm <id> コンテナ削除
docker rmi <id> イメージ削除
docker container prune 停止中のコンテナ一括削除
docker image prune -a 未使用のイメージ一括削除
docker system prune -a 全部掃除
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?