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?

More than 3 years have passed since last update.

Dockerで noneイメージを一括で削除する

Last updated at Posted at 2021-06-30

Dockerでイメージが<none>になったimageの削除方法です。

console
>docker images
REPOSITORY    TAG       IMAGE ID       CREATED        SIZE
<none>        <none>    95567986227a   5 hours ago    1.36GB
app           latest    59195fa62f44   5 hours ago    1.36GB
alpine/git    latest    b8f176fa3f0d   5 weeks ago    25.1MB
hello-world   latest    d1165f221234   3 months ago   13.3kB

下記のコマンドで削除可能です。
ver 1.25以上で使用可能です。

公式ドキュメント

console
docker image prune [OPTIONS]
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?