Now, we installed the docker registry manually (documentation is available in the gdocs folder):
Creation of the instance (openstack)
DNS configuration (cloudflare and openstack)
Manual installation (online docker docs)
The idea would be to automatize this process using terraform.
We would just add an optionnal docker-registry module (where our terraform configuration lives).
Terraform would create the registry if the user configured the module inside the main.tf. If it is not specified, terraform does not create it (this implies of course that the registry already exists).
Now, we installed the docker registry manually (documentation is available in the gdocs folder):
The idea would be to automatize this process using terraform. We would just add an optionnal
docker-registry
module (where our terraform configuration lives).Terraform would create the registry if the user configured the module inside the
main.tf
. If it is not specified, terraform does not create it (this implies of course that the registry already exists).