Skip to content

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

Notifications You must be signed in to change notification settings

maicolffsa/gitbucket-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gitbucket-docker default build nightly build

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

Docker build

How to use this image

docker run -d -p 8080:8080 gitbucket/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 gitbucket/gitbucket

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

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

You can configure GitBucket via environment variables. For example, the uploadable file size can be set to 10MB as follows:

docker run -d -p 8080:8080 -e GITBUCKET_MAXFILESIZE=10485760 gitbucket/gitbucket

See more details about how to configure GitBucket at: https://github.com/gitbucket/gitbucket/wiki/Basic-configurations

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%