Skip to content

Hima-Pro/gogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gogs

Super lite and simple GIT server with gogs and alpine linux

Installation

Download the gogs docker image from Docker Hub

docker pull tdim/gogs:latest

Build from source

  • clone this repo
    git clone https://github.com/Hima-Pro/gogs
  • build with docker :
    docker build -t tdim/gogs:latest .

Running

Just run a new instance of gogs and docker will pull it automaticly :

docker run --rm -p 8080:8080 tdim/gogs:latest

Note --rm for deleting container if stoped