-
Notifications
You must be signed in to change notification settings - Fork 105
Docker commands
Lemi Orhan Ergin edited this page May 25, 2021
·
1 revision
1. Stop and remove all running docker containers
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
created by Lemi Orhan Ergin & Alican Akkuş