Joined September 2016
·

Aaron Phillips

nil at ppd
·
st augustine
·
·
·

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

//remove all containers with keyword cluster
docker rm $(docker ps -a |grep cluster|awk '{print $1;}')

//remove all images with keyword cluster
docker rmi $(docker images |grep cluster|awk '{print $3;}')

Achievements
1 Karma
0 Total ProTip Views
Interests & Skills