Remove all Docker containers (old way)
- rm
- -aq
Remove all the docker containers:
docker ps -aq
docker rm $(docker ps -aq)
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Remove all the docker containers:
docker ps -aq
docker rm $(docker ps -aq)