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
Content type
Image
Digest
Size
348.5 MB
Last updated
over 6 years ago
docker pull cycletime/gerrit