Answers for "docker no space left on device ubuntu but only 75% use?"

0

docker no space left on device ubuntu but only 75% use?

docker system prune --all --force
Posted by: Guest on March-26-2020
0

docker no space left on device ubuntu but only 75% use?

$ 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
Posted by: Guest on March-26-2020

Code answers related to "docker no space left on device ubuntu but only 75% use?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language