Sign inSign up

rodger753/gitlab

By rodger753

Updated about 5 years ago

Image
0

62

rodger753/gitlab repository overview


Create gitlab docker container

sudo docker run \
-d \
-p 9443:443 \
-p 9080:80 \
-p 9022:22 \
--restart always \
--name gitlab_container \
rodger753/gitlab:64bits


Important thing to consider

once the gitlab container is initalized, it will take around 5 minutes prior we may access it via the browser.


Access the container

docker exec -it gitlab_container bash


Gitlab login details

user: root
pass: root12345


Access Gitlab

to access gitlab you must visit the page: http://ip-address:9080


Image details:

this image was created based on gitlab/gitlab-ce:latest. The goal is for us to quickly have access to the gitlab GUI without the need of waiting for it to get initialized and also having to figure out which is the random password.

Tag summary

Content type

Image

Digest

Size

926.9 MB

Last updated

about 5 years ago

docker pull rodger753/gitlab:64bits