Setup a container with GitBucket installed.
To run the container, do the following:
% docker run -d -p 8080:8080 -p 29418:29418 -v ${PWD}/data:/var/gitbucket lightszentip/gitbucket
You can see gitbucket running on You also see gitbucket data write out to "./data".
In order to access the git repository over SSH (port 29418), check settings below.
To generate the Dockerfile, do the following:
% make all
To build the image, do the following:
% docker build github.com/lightszentip/gitbucket
A prebuilt container is available in the docker index.
% docker pull lightszentip/gitbucket
see https://github.com/takezoe/gitbucket
Content type
Image
Digest
Size
126.2 MB
Last updated
over 6 years ago
docker pull lightszentip/gitbucket