Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker remove none images

docker image prune --filter="dangling=true"
Comment

docker remove all images with name

docker rmi $(docker images -f "dangling=true" -q)
Comment

PREVIOUS NEXT
Code Example
Shell :: how to remove mysql workbench in ubuntu 
Shell :: delete files with a certain extension recursively 
Shell :: test internet speed terminal linux 
Shell :: remove identifier files wsl2 
Shell :: how to update git on windows 
Shell :: git set email for project 
Shell :: Warning: heroku update available from 7.47.4 to 7.47.5 
Shell :: maven test class 
Shell :: bash: gedit: command not found 
Shell :: git undo soft reset 
Shell :: how to check the repository name in git 
Shell :: npm show registry 
Shell :: serial number linux 
Shell :: find php.ini ubuntu 
Shell :: conda opencv 
Shell :: libreoffice ubuntu 
Shell :: git reset all submodules 
Shell :: conda install git 
Shell :: jq on mac 
Shell :: install docker compose homebrew 
Shell :: How to add username and password in github 
Shell :: snap install atom 
Shell :: run requirements.txt conda 
Shell :: view git branches most recent first 
Shell :: git show tree graph 
Shell :: error: cannot open .git/FETCH_HEAD: Permission denied 
Shell :: remove git from project 
Shell :: how to install node js on chromebook 
Shell :: figma download linux 
Shell :: how to uninstall mongodb in ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =