docker rm `docker ps -a | grep Created | awk '{print $1}'`
The post How to delete all the docker containers that are stopped appeared first on Martin Fournier.
docker rm `docker ps -a | grep Created | awk '{print $1}'`
The post How to delete all the docker containers that are stopped appeared first on Martin Fournier.