Skip to content

viliusl/docker-reviewboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-reviewboard

Dockerfile project for building a container with reviewboard + ssh access.

About

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.

Database

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.

Usage

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.

About

Containers built for and published in the docker index

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%