-
Add
gitlab.local
in your /etc/hosts file. -
Start the containers:
docker-compose up -d
-
Register your first user at http://gitlab.local:8090
-
Get the token to register your runner at http://gitlab.local:8090/admin/runners
-
Edit register-gitlab-runner.sh to replace the token value by yours.
-
Register your Runner by execute the file:
./register-gitlab-runner.sh
Enjoy full GitLab locally!