Sign inSign up

johncosta/docker-gitbucket

By johncosta

Updated almost 11 years ago

Image
0

424

johncosta/docker-gitbucket repository overview

docker_gitbucket

Setup a container with gitbucket installed. This is a slight modification to f99aq8ove/gitbucket to enable ssh and timezone.

Usage

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".

Building

To build the image, do the following:

docker build -t itsamenathan/gitbucket

Tag summary

Content type

Image

Digest

sha256:c30ba017c

Size

195.3 MB

Last updated

almost 11 years ago

docker pull johncosta/docker-gitbucket