Hi
I want to enable the Container Registry. I’m working on a GitLab server that was initially set up by somebody else. I think it’s an omnibus installation, based on the presence of an /etc/gitlab/gitlab.rb file. I can’t see that registry is currently running, at least I can’t see anything listening on port 5000.
I tried to follow the instructions here:
https://docs.gitlab.com/ee/administration/container_registry.html#container-registry-domain-configuration
Do I just add the settings in the gitlab.rb file and reconfigure? I can’t see any registry settings at all in the existing gitlab.rb file.
Am I right in thinking that the registry is a docker container? If so, presumably I need to have docker installed?