Installing gitlab-ee (and gitlab-ce) under CentOS 7 with enabled SELinux (i.e. enforcing mode) looped endlessly the container in restarting the installation process! There were multiple…
Tag: gitlab
docker-compose using private registry (repository) with shell executor in gilab-runner
Using docker-compose may make your life easier only if you use docker images from the official docker registry. And may live forever without knowing the…
Docker change the port mapping of an existing container
Unfortunately, it is not possible to change the port mapping (forwarded ports from the hosts to the container) of an existing RUNNING container! Not only…
docker and dind service (.gitlab-ci.yml) with self-signed certificate and x509: certificate signed by unknown authority
When using GitLab and the CI/CD for building docker images you may stumble on such error using the “docker:dind” (dind stands for docker in docker)…
Install gitlab-ce (community edition) in docker container with HTTPS and docker registry
This article is a howto install of the official docker gitlab-ce (GitLab Community Edition). GitLab maintains a docker image in the Docker registry and this…