Comment 2 for bug 1576277

Revision history for this message
Carlos Cesario (ccesario) wrote :

Hui, what do you think something like this?

docker rm $(docker ps -a | egrep "neutron_openvswitch_agent_fake_|nova_compute_fake_" | awk '{print $1}')

This can be a workaround to "wildcard" feature :)

Carlos