Setup a container with gitbucket installed. This is a slight modification to f99aq8ove/gitbucket to enable ssh and timezone.
To run the container, do the following:
docker run -d -p 8080:8080 -p 29418:29418 -v ${PWD}/gitbucket-data:/gitbucket -P itsamenathan/gitbucket
You can see gitbucket running on http://localhost:8080/ You can connect via ssh ssh://user@host:29418/repo You also see gitbucket data write out to "./gitbucket-data".
To build the image, do the following:
docker build -t itsamenathan/gitbucket
Content type
Image
Digest
sha256:c30ba017c…
Size
195.3 MB
Last updated
almost 11 years ago
docker pull johncosta/docker-gitbucket