msrba / docker-gerrit

Build a Docker container with the gerrit code review system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-gerrit

Build a Docker container with the gerrit code review system

Built on top of Ubuntu Trusty (14.04.1) and gerrit 2.9.3

$ docker run -P -d larrycai/gerrit # wait for a while to be started.

The authType can be set via environment AUTH_TYPE like OpenID, default is DEVELOPMENT_BECOME_ANY_ACCOUNT , see official documentation

$ docker run -P -d -e AUTH_TYPE=OpenID -t larrycai/gerrit

About

Build a Docker container with the gerrit code review system

License:Apache License 2.0


Languages

Language:Shell 100.0%