Skip to content

Docker image of GitBucket which is an open-source GitHub clone powered by Scala

Notifications You must be signed in to change notification settings

sig9org/gitbucket-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

gitbucket-docker

Docker image of GitBucket which is an open-source GitHub clone powered by Scala.

Docker build

How to use this image

docker run -d -p 8080:8080 sig9/gitbucket

Add -p 29418:29418 option if you would like to enable SSH for repository access:

docker run -d -p 8080:8080 -p 29418:29418 sig9/gitbucket

You can also specify the data directory by -v option:

docker run -d -p 8080:8080 -v `pwd`/gitbucket:/gitbucket sig9/gitbucket

About

Docker image of GitBucket which is an open-source GitHub clone powered by Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published