Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 529 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 529 Bytes

docker-gerrit

Build a Docker container with the gerrit code review system

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

$ 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