remove all docker images
# List all containers (only IDs)
docker ps -aq
# Stop all running containers
docker stop $(docker ps -aq)
# Remove all containers
docker rm $(docker ps -aq)
# Remove all images
docker rmi $(docker images -q)docker rmi -f $(docker images -a -q)
docker rmi $(docker images -a -q)docker rmi $(docker images -a -q)
docker rm $(docker ps -a -q)$images = docker images -a -q
foreach ($image in $images) { docker image rm $image -f }
Also in C++:
- centos install man pages
- mariadb install on ubuntu 20.04
- how to forcefully delete a directory in linux
- mkv to mp4 linux
- pull file from specific commit git
- git ls-files --others -i --exclude-standard
- vim delete line
- github actions for gitbook
- copying directory in linux
- popwershell add local user
- how to remove windows service
- linux check if x11
- git get remote branch
- laravel add to path ubuntu
- sudo update
- install serverless framework
- install php ubuntu 20.04
- print value mongodb shell
- create gz in ubuntu
- navigate to end shell
- cat /etc/os-release
- untar gz file ubuntu
- mv linux command
- wait command bash