> sudo install-docker-repo <openstack cloud name from cloud.yaml>
It executes the following steps:
- It installs docker-ce
- It registers the OTC image registry in docker client (
--insecure
is needed due to lacking domain CN entry in certificate of the registry) - t uses your OPenstack credentials from
~/.config/openstack/clouds.yaml
to log docker in to your private image registry using theauth_registry
script
As a result, you have aDocker secret for further steps in Kubernetes.