Docker system prune

Jmnote (토론 | 기여)님의 2020년 3월 28일 (토) 19:38 판 (새 문서: ==개요== ;docker system prune -a <source lang='console'> user01@localhost:~$ docker system prune -a WARNING! This will remove: - all stopped containers - all networks not used...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

docker system prune -a
user01@localhost:~$ docker system prune -a
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


2 같이 보기

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