docker system prune

1 개요[ | ]

docker system prune -a
user01@localhost:~$ docker system prune
WARNING! This will remove:
  - all stopped containers
  - all networks not used by at least one container
  - all images without at least one container associated to them
  - all build cache

Are you sure you want to continue? [y/N] y
Deleted Images:
untagged: gcr.io/hello-world-802/test@sha256:61b6fa88467c1dbc78ed1637a09371257b9e67aac5f47bed26b360de356170bc
deleted: sha256:1683836194531da0ad3d7a9ade18ccd0bb325241dcdf42e38dce24cb35217d0c

deleted: sha256:7f52b65c81be03663fb038b9f208188414e8e7741fe486bc8614d7e9d1765039
deleted: sha256:f2cb0ecef392f2a630fa1205b874ab2e2aedf96de04d0b8838e4e728e28142da

Total reclaimed space: 1.618GB

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}