Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 379 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 379 Bytes

docker-reviewboard

Configure a running Reviewboard system using Docker

To build:

docker build --rm -t <username>/docker-reviewboard .

To run:

docker run -d -t -p 8080:80 -p 2222:22 <username>/docker-reviewboard

Then you just point your browser to http://localhost:8080 and login with user admin and password password.