Gitbucket 3.0 - debian:wheezy
1.6K
This docker image will setup a container with gitbucket installed. The container is using debian:wheezy, with only java installed. Very small.
-p 8080:8080 - Gitbucket UI-p 29418:29418 - Gitbucket SSH-v ${PWD}/gitbucket-data:/gitbucket - Gitbucket Data-e "TZ=America/Chicago" - Timezone settingdocker run -d -p 8080:8080 -p 29418:29418 -v ${PWD}/gitbucket-data:/gitbucket -e "TZ=America/Chicago" itsamenathan/gitbucket
To build the image, do the following:
docker build -t itsamenathan/gitbucket .
f99aq8ove/gitbucket - Used as outline for my image gitbucket - For Gitbucket
Content type
Image
Digest
sha256:3665f20f6…
Size
163.5 MB
Last updated
almost 11 years ago
docker pull itsamenathan/gitbucket