Open RandyLevensalor opened 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
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: