cablelabs / snaps-openstack

OpenStack installer for SNAPS
Apache License 2.0
9 stars 10 forks source link

Cleaning the registry doesn't remove the registry #82

Open RandyLevensalor opened 6 years ago

RandyLevensalor commented 6 years ago

When running iaas_launcher with the -drc options, it doesn't remove the registry.

The registry container needs to be stopped and removed and then registry:2 image needs to be removed from docker images.

This can be completed manually by logging into the controller after the -drc command has been completed and running the following commands:

docker stop registry
docker rm registry
docker image rm registry:2