Dockerfile project for building a container with reviewboard + ssh access.
This repository contains all needed resources to build a docker image with following features:
- sshd with passwordless login;
- reviewboard with sqlite3 backend, memcached and apache2;
- services configured and runnign via supervisor.
For convenience there is a ./build.sh command for building image and ./manage.sh for starting (with proper port mappings), stopping and connecting via ssh, opening web browser.
This image uses external database using local mount for persistence from git repo. You can copy it over to proper location, update database location in manage.sh script and have fun.
You can download this image from public Docker Registry.
And use manage.sh for managing this container or figuring out run, ssh commands.
Happy cooking.