An ARM Hard-Float Omnibus-based package for GitLab
702
An ARM Hard-Float Omnibus-based package of GitLab based on https://packages.gitlab.com/gitlab/raspberry-pi2 and https://github.com/gitlabhq/omnibus-gitlab/blob/master/docker/Dockerfile .
Use the following script to run it!
#!/bin/sh
GITLAB_VER=10.1.2-ce.0
GITLAB_ROOT=/data
docker run
--rm
--publish 10443:443 --publish 10080:80 --publish 10022:22
--volume /var/run/docker.sock:/var/run/docker.sock
--volume ${GITLAB_ROOT}/config:/etc/gitlab
--volume ${GITLAB_ROOT}/logs:/var/log/gitlab
--volume ${GITLAB_ROOT}/data:/var/opt/gitlab
-it cfriedt/armhf-gitlab-ce:${GITLAB_VER}
Content type
Image
Digest
Size
438.4 MB
Last updated
almost 9 years ago
docker pull cfriedt/armhf-gitlab-ce