Sign inSign up

luxifer/gogs

By luxifer

Updated almost 11 years ago

Image
2

500

luxifer/gogs repository overview

Gogs in docker

See what is Gogs here

Build

Form source
docker build -t luxifer/gogs .
From the docker registry
docker pull luxifer/gogs

Run

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

With data persistence
docker run -d -p 22:2222 -p 3000:3000 -v <somewhere>:/home/git/repositories luxifer/gogs

Install

Go to <your host>:3000 and configure pour new Gogs installation!

Tag summary

Content type

Image

Digest

sha256:120a8ccae

Size

98.7 MB

Last updated

almost 11 years ago

docker pull luxifer/gogs