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 container prune

$ docker container prune
Comment

docker system prune

$ docker system prune -a
Comment

PREVIOUS NEXT
Code Example
Shell :: git change rebase to merge 
Shell :: android studio kvm is required to run this avd 
Shell :: linux shell arguments 
Shell :: bash function arguments 
Shell :: tree command 
Shell :: Something is already running on port 3000. Probably: 
Shell :: how to create folder in github 
Shell :: upload folder with gitbash 
Shell :: how to check what module pip has already install 
Shell :: grep without pattern 
Shell :: check litespeed version command 
Shell :: tmux kill all sessions 
Shell :: install rest framework django command ubuntu 
Shell :: grafana docker password 
Shell :: permission denied /dev/ttyusb0 
Shell :: add ssh key linux 
Shell :: revert git add 
Shell :: Using git reset to Undo a Merge 
Shell :: mocha watch mode 
Shell :: install redis 
Shell :: docker load 
Shell :: switch user in windows 10 
Shell :: ssh powershell 
Shell :: relaunch doc macos 
Shell :: string to date in shell script 
Shell :: intel hd 4000 ubuntu driver 
Shell :: how to add images in readme github 
Shell :: git pull a new branch froma remote repo 
Shell :: loop array bash 
Shell :: How to delete multiples files in Github 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =