Setup a container with GitBucket installed.
100K+
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:/gitbucket hiono/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/hiono/gitbucket
A prebuilt container is available in the docker index.
% docker pull hiono/gitbucket
see https://github.com/takezoe/gitbucket
Content type
Image
Digest
sha256:ec4b0947e…
Size
120.9 MB
Last updated
over 7 years ago
docker pull hiono/gitbucket