Skip to content
Naoki Takezoe edited this page Jan 3, 2020 · 4 revisions

Docker

The official docker image is available at: https://github.com/gitbucket/gitbucket-docker

To quickly run with Docker, just use:

$ docker run -d -p 8080:8080 -v `pwd`/gitbucket-data:/gitbucket gitbucket/gitbucket
  • the Web UI will be reachable under http://localhost:8080/
  • the GitBucket Data (config, DB, Git repos, plug-ins) will be persisted to ~/gitbucket-data.
  • to access this Git repository over SSH (port 29418) too, one needs to enable it in the Web UI too: GitBucket > Administration > System Settings > SSH access

Other images

There are several existing Docker images for GitBucket:

Notes

Things to consider when creating/using a Docker image: