Gogs - a self-hosted Git service written in Go.
582
This image is based on phusion/baseimage so it has proper boot sequence and process supervision.
phusion/baseimage is Ubuntu 14.04 LTS based image with runit init, cron, syslog-ng, and sshd.
Usage:
docker run -ti --rm \
-p 50022:22 \
-p 50443:50443 \
-v /var/git:/home/git \
-e DOMAIN=git.domain.com \
-e SSH_PORT=50022 \
-e HTTPS_PORT=50443 \
arkadi/gogs \
/sbin/my_init -- bash -l
/sbin/my_init -- bash -l is optional to enter container with shell at startup.Source respository on GitHub.
Content type
Image
Digest
sha256:931cc87a3…
Size
113.7 MB
Last updated
almost 11 years ago
docker pull arkadi/gogs