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

docker image prune

$ docker image prune -a
Comment

PREVIOUS NEXT
Code Example
Shell :: get a remote branch git 
Shell :: how to get directory size in linux 
Shell :: requiring unknown module "1" 
Shell :: How to unzip a file using the cmd? 
Shell :: liburcu ubuntu install 
Shell :: test cpu linux 
Shell :: varible 
Shell :: windows how to install and use RSAT tools 
Shell :: remove letter in string bash 
Shell :: how to install gatsby gatsby-plugin-manifest 
Shell :: best linux vpn server 
Shell :: download brew 
Shell :: brew install ubuntu 
Shell :: Unsupported file ./google-chrome-stable_current_amd64.deb kali 
Shell :: install brave browser in ubuntu 
Shell :: compress directory with tar and bzip2 
Shell :: install elasticsearch 
Shell :: tag gdb follow fork 
Shell :: bash split line and get element 
Shell :: How do I sync local and remote branches? 
Shell :: npm install package globally 
Shell :: linux check package manager 
Shell :: github no changes added to commit 
Shell :: update ubuntu to gnome 40 
Shell :: when pushing tp github it request user and password 
Shell :: Failed to load module "canberra-gtk-module" 
Shell :: one liner powershell download file 
Shell :: install tomcat on mac brew 
Shell :: how to stop a program from running linux 
Shell :: shell check if string contains substring 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =