Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker prune -a

docker system prune [OPTIONS]
Comment

docker prune

docker system prune [OPTIONS]
--all , -a		Remove all unused images not just dangling ones
--filter		API 1.28+
Provide filter values (e.g. 'label=<key>=<value>')
--force , -f		Do not prompt for confirmation
--volumes		Prune volumes
Comment

docker system prune

$ docker system prune -a
Comment

docker container prune

$ docker container prune
Comment

PREVIOUS NEXT
Code Example
Shell :: git fatal pack has bad object at offset 
Shell :: git increase buffer size 
Shell :: ubuntu docker-compose cannot exit 
Shell :: install node using nvm windows 
Shell :: drush config import single file 
Shell :: install rancher 
Shell :: curl ssl verify false c 
Shell :: video editor linux 
Shell :: linux restart sendmail 
Shell :: checking service status in linux 
Shell :: list file in tar archive 
Shell :: Ubuntu free ports in use 
Shell :: gem pg install error mac os 
Shell :: ubuntu install tar.xz 
Shell :: pod install not working bad interpreter: No such file or directory 
Shell :: check if a variable is null in bash 
Shell :: open pdf command line linux 
Shell :: how to install sublime text arch linux 
Shell :: linux get user id 
Shell :: docker sudo how to add user 
Shell :: sudo add permissions to user 
Shell :: zsh fzf plugin 
Shell :: How to install npm in centos 
Shell :: rsync with ssh key 
Shell :: sudo tee trick 
Shell :: unzip tar.xz linux 
Shell :: git no ssl verify 
Shell :: ubuntu list running applications 
Shell :: delete all merged branches 
Shell :: linux ip addr add 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =