Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

clear docker

docker system prune -a

# restart docker daemon

docker builder prune

#remove volumes 
docker volume prune

docker system df
Comment

how to clean up all docker containers

docker container list -qa | xargs docker container stop && docker container prune
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu bluetooth not turning on 
Shell :: yarn install ignore node version 
Shell :: ubuntu check process on port 
Shell :: get all wifi password by terminal linux 
Shell :: npm reinstall 
Shell :: notion ubuntu 
Shell :: how to increase nginx maximum file upload size 
Shell :: linux remove mysql server 
Shell :: gcloud get projects 
Shell :: adb shell screenshot 
Shell :: check busy ports linux 
Shell :: check logged in user git shell 
Shell :: how to check spark version 
Shell :: Update chrome using terminal in linux 
Shell :: install zsh-syntax-highlighting 
Shell :: install dotnet 6 on ubuntu 
Shell :: install pip in ubuntu 
Shell :: errors were encountered while processing: mysql-server-5.7 mysql-server e: sub-process /usr/bin/dpkg returned an error code (1) 
Shell :: create venv ubuntu 20.04 
Shell :: git force pull 
Shell :: rm files with extension 
Shell :: uncompress tar.xz linux 
Shell :: install Qt5 ubuntu 20.04 
Shell :: Update submodules 
Shell :: pip install scraperapiclient 
Shell :: lightgbm install 
Shell :: linux loop over all arguments one by one 
Shell :: diretcory size linux 
Shell :: raspberry pi set wifi headless 
Shell :: pip install networkx 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =