Greetings,
I have several non-public project successfully building automatically to
the Gitlab Registry through Gitlab CI. I want to pull those generated
images on the docker hosts that will run them. I know that I can log in
with `docker login -u gitlab-ci-token -p
registry`. My problem is t
Jot writes:
> I have configure my host name as external url in gitlab.rb flle as follow:
>
>external_url 'http://ideapad-700.com'
>
> I configure my hostname as follow as in the /etc/host
>
> 127.0.0.1 localhost 127.0.1.1 ideapad-700 192.168.20.188
> www.ideapad-700.co