Gitlab-CE for ARM64 (especially for Apple M1). Image copy from yrzr/gitlab-ce-arm64v8:15.1.2-ce.0
10K+
Image copy from yrzr/gitlab-ce-arm64v8:15.1.2-ce.0
The following is an example of how to use the image.
docker run \
--detach \
--restart always \
--name gitlab-ce \
--privileged \
--memory 4096M \
--publish 22:22 \
--publish 80:80 \
--publish 443:443 \
--hostname gitlab.example.com \
--env GITLAB_OMNIBUS_CONFIG=" \
nginx['redirect_http_to_https'] = true; "\
--volume $HOME/srv/gitlab-ce/conf:/etc/gitlab:z \
--volume $HOME/srv/gitlab-ce/logs:/var/log/gitlab:z \
--volume $HOME/srv/gitlab-ce/data:/var/opt/gitlab:z \
konon454/gitlab-ce:v1
Content type
Image
Digest
Size
1.1 GB
Last updated
about 4 years ago
docker pull konon454/gitlab-ce