Joined August 2015
·

Regis leray

Montreal - Canada
·
·

Posted to Stop / remove all Docker containers over 1 year ago

sudo docker rm -f -v $(sudo docker ps -a -q)

if not the volumes will not be delete !!! (like if you are using a mysql docker image)
and all the volumes will be orphans !

Achievements
1 Karma
0 Total ProTip Views