This is a container with the self hosted git server gogs
379
Dockerfile for gogs server(a self-hosted git service).
docker pull registry.service.consul/gogs
mkdir /var/gogs
docker run -d -p 22:22 -p 3000:3000 -v /var/gogs:/data registry.service.consul/gogs
Open bowser and naviage to
http://youhost:3000
It's ok to change /var/gogs to other directory.
This docker image has sqlite installed
Content type
Image
Digest
sha256:e28e493a7…
Size
357.3 MB
Last updated
almost 10 years ago
docker pull zer0touch/gogs