Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker prune images

docker image prune -a -f
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 image prune

$ docker image prune -a
Comment

PREVIOUS NEXT
Code Example
Shell :: bash echo in variable 
Shell :: bash iterate over a variable range of numbers 
Shell :: how install hub on ubuntu 
Shell :: how to shutdown windows 11 in powershell 
Shell :: github to colab 
Shell :: gitignore not working 
Shell :: Rollback a Particular Commit in git command 
Shell :: comparing file content bash 
Shell :: sudo apt install xfce4 xfce4-goodies -y 
Shell :: react day picker 
Shell :: pacman purge 
Shell :: bash find file 
Shell :: remote: fatal: pack exceeds maximum allowed size 
Shell :: pull master branch to gh-pages branch 
Shell :: apache not restart 
Shell :: Android get abi version 
Shell :: linux send syslog message to remote server 
Shell :: linux kill all zombie processes 
Shell :: ubuntu install dbeaver 
Shell :: curl find latency 
Shell :: terminal read json file 
Shell :: composer install ubuntu 
Shell :: command to install strongswan 
Shell :: npm install and add to dependancies 
Shell :: your system lacks libtoolize 
Shell :: mac send email attachment command line 
Shell :: No such file as readline.h 
Shell :: check g++ on ubuntu 
Shell :: split large file 
Shell :: how to delete branch git cli 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =