Skip to content

Build a Docker container with the gerrit code review system

License

Notifications You must be signed in to change notification settings

larrycai/docker-gerrit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%