Comment 2 for bug 1522168

Revision history for this message
sean mooney (sean-k-mooney) wrote :

this is just a nice to have but it will stop me typeing
for ct in $(docker ps | grep -E "neutron|openvswitch" | awk '{print $1}'); do docker stop $ct; docker rm $ct; done
every time i want to cleanup a set of related containers.