- stop all containers:
docker kill $(docker ps -q) - remove all containers:
docker rm $(docker ps -a -q) - remove all docker images:
docker rmi $(docker images -q)
Created
October 12, 2016 22:37
-
-
Save StoneCypher/e1c810e9b0bb4f2b64a83f3881278c8d to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment