To quickly run with Docker, just use:
% docker run -d -p 8080:8080 -p 29418:29418 -v ${PWD}/gitbucket-data:/gitbucket f99aq8ove/gitbucket
http://localhost:8080/GitBucket Data (config, DB, Git repos, plug-ins) will be persisted to ~/gitbucket-data.29418) too, one needs to enable it in the Web UI too: GitBucket > Administration > System Settings > SSH accessThere are several existing Docker images for GitBucket:
docker-composeThigs to consider when creating/using a Docker image:
GITBUCKET_HOME is usually mapped outside the Docker container (to be able to update without loosing data)docker-compose might help.