본문 바로가기

리눅스

[명령어] docker system prune

반응형

docker system prune

: 사용되지 않는 모든 데이터를 제거

$ docker system prune --all
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
Total reclaimed space: 0B
728x90
반응형