Docker 15 Mart 2022

Docker Container Gitlab oluşturma

#Docker Gitlab

docker run —detach  —hostname gitlab.test —publish 4443:443 —publish 8061:80 —publish 2222:22 —name gitlab —restart always -e GITLAB_ROOT_EMAIL=“[email protected]” -e GITLAB_ROOT_PASSWORD=“pass” —shm-size 256m  gitlab/gitlab-ce:latest