Run Your Local GitLab Server in Docker Container

preview_player
Показать описание
---
In this video, i'll walk you guys through the setup of gitlab server in a docker container.
We are pulling gitlab docker image from docker hub and trying to run it using bare bone docker
commands on our terminal. Once the gitlab server is up, you can load it in your browser
and start creating users, repos and all other stuff you need to do on gitlab

Source code available here on GitHub

If you need to setup your custom gitlab server either on your local machine
or you want to deploy it somewhere on production, you can dockerize gitlab server
as a docker image and run it anywhere you want.

If you want to run your gitlab server in a docker container using docker compose
instead of running docker commands from terminal.
Watch this video

If you want to register a gitlab runner instance with gitlab server in a docker container
so you can run your project pipelines to build and deploy it.
Watch this video

We have a full playlist of all gitlab related videos here

#docker #gitlab #coding #container #containerization #gitlab_server #gitlab_runner #gitlab_in_docker #dockerize_gitlab #gitlab_ci #gitlab_pipelines #gitlab_in_docker_compose
Рекомендации по теме
Комментарии
Автор

thanks for the video, for anyone using this tuto file name changed from "initial_password" to "initial_root_password"

beherite