CI/CD pulling registry images from multiple non-public projects

2016-09-06 Thread Randall Smith
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

Re: Git lab url is not accessible from other computers

2016-09-06 Thread Magnus Therning
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