See what is Gogs here
docker build -t luxifer/gogs .
docker pull luxifer/gogs
docker run -d -p 22:2222 -p 3000:3000 luxifer/gogs
If you want to disable the ssh support, just donc publish the 2222 port by removing the option -p 22:2222
docker run -d -p 22:2222 -p 3000:3000 -v <somewhere>:/home/git/repositories luxifer/gogs
Go to <your host>:3000 and configure pour new Gogs installation!
Content type
Image
Digest
sha256:120a8ccae…
Size
98.7 MB
Last updated
almost 11 years ago
docker pull luxifer/gogs