sudo docker run \
-d \
-p 9443:443 \
-p 9080:80 \
-p 9022:22 \
--restart always \
--name gitlab_container \
rodger753/gitlab:64bits
once the gitlab container is initalized, it will take around 5 minutes prior we may access it via the browser.
docker exec -it gitlab_container bash
user: root
pass: root12345
to access gitlab you must visit the page: http://ip-address:9080
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.
Content type
Image
Digest
Size
926.9 MB
Last updated
about 5 years ago
docker pull rodger753/gitlab:64bits