Joined January 2012
·

Stephane Paul

Montreal,QC,Canada
·
·

You're rgb division is off its not 256 but 255

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

docker rm $(docker images -q) or docker rmi $(docker images -q)

works just fine, after you stopped them

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

docker rm $(docker images -q) or docker rmi $(docker images -q)

works just fine, after you stopped them

Achievements
97 Karma
3,133 Total ProTip Views