Sign inSign up

cycletime/gerrit

By cycletime

Updated over 6 years ago

Gerrit Server

Image
0

10K+

cycletime/gerrit repository overview

Run using command something like this to have Gerrit service running in transient (H2 db based, no persistency when container stops) mode under http://127.0.0.1/gerrit behind the Apache proxy:

docker run --rm --name gerrit-chill -d -p 80:80 -p 29418:29418 -p 9082:9082 -e PLATFORM_URL=https://try.cycletime.test cycletime/gerrit /docker/init.sh

it can be stopped with:

docker stop gerrit-chill

Tag summary

Content type

Image

Digest

Size

348.5 MB

Last updated

over 6 years ago

docker pull cycletime/gerrit