https://github.com/anapsix/docker-gogs
gogs in box
https://github.com/anapsix/docker-gogs
Last synced: about 2 months ago
JSON representation
gogs in box
- Host: GitHub
- URL: https://github.com/anapsix/docker-gogs
- Owner: anapsix
- Created: 2015-07-09T19:01:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-21T13:28:57.000Z (almost 10 years ago)
- Last Synced: 2025-03-25T03:34:51.354Z (3 months ago)
- Language: Shell
- Size: 115 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Gogs in a box
[](https://imagelayers.io/?images=anapsix/gogs:latest)
[Gogs](http://gogs.io) - A painless self-hosted Git service (in a Docker container).
This is mostly 1/10th in size adaptation of @codeskyblue's [container image](https://github.com/codeskyblue/docker-gogs) to AlpineLinux-based image.
> Work-in-progress.. sort of works
## Usage
1. Start the container:
docker run -it --rm -p 3000:3000 -p 3022:22 anapsix/gogs
2. Go to [http://localhost:3000](http://localhost:3000)
3. Proceed through _Installation_ questionnaire.
For file/directory locations use absolute paths (e.g. `/data/gogs.db`, `/data/gogs-repositories`).
4. Login with newly created _Admin Account_.