docker remove all process



Best command of the day


docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm