docker no space left on device 에러

prune 을 통해 해결해주면 된다. $ docker system prune --help Usage: docker system prune [OPTIONS] Remove unused data Options: -a, --all Remove all unused images not just dangling ones --filter filter Provide filter values (e.g. 'label=<key>=<value>') -f, --force Do not prompt for confirmation --volumes Prune volumes --- $ docker system prune --all - all stopped containers - all networks not used by at least one container - all dangling images - all dangling build cache --- > docker system prune --all --force # To delete volumes currently not being used by a running or stopped container: > docker system prune --all --force --volumes

Docker no space left on device

Docker Community Forums

Docker no space left on device

다음 내용이 궁금하다면?

또는

이미 회원이신가요?

2022년 12월 19일 오전 3:35

댓글 0