Docker Cheatsheet

@Shoaib

2/2. Docker

Stop all docker containers

docker stop $(docker ps -aq)

Prune all the docker containers

docker system prune -a --force