ARM compatible image (Raspberry PI, Cubox, ...) for Gogs a painless self-hosted Git service.
252
Gogs (Go Git Service) is a painless self-hosted Git service.
For more information, go to https://gogs.io/
docker run -d --name go-git-server --privileged=true -p 3000:3000 -v `pwd`/gogs-data/:/data xlitil/armv7hf-gogs:0.9.13
Clone source : git clone https://github.com/xLitil/armv7hf-gogs.git
Build the Docker Image : make clean build
Push the Docker Image to the Docker Hub : make push
If you have any problems with or questions about this image, please contact me through a GitHub issue.
Content type
Image
Digest
Size
271.4 MB
Last updated
over 10 years ago
docker pull xlitil/armv7hf-gogs:0.9.13