Joined October 2015
·

avinb

London
·
·

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

The below removes all the Containers.

for f in docker ps -a -q; do docker rm $f; done

Achievements
1 Karma
0 Total ProTip Views