The docker container is based on Debian Wheezy. RatticDB v1.3.1 has been installed and configured to run properly in a container.
More details are available on Docker Hub Registry - RatticDB.
Install Docker on your favourite distro and run the container.
docker pull vikas027/ratticdb
docker run --name <any_name> -d -p <host_http_port>:80 vikas027/ratticdb
URL: http://IP
Username: admin
Password: rattic (Make sure you change it)