/docker-ratticdb

Docker Container for RatticDB (http://rattic.org)

Primary LanguagePython

Docker Container for RatticDB v1.3.1

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.

Docker Installation

Install Docker on your favourite distro and run the container.

Run Container

docker pull vikas027/ratticdb
docker run --name <any_name> -d -p <host_http_port>:80 vikas027/ratticdb

How to Login ?

URL: http://IP
Username: admin
Password: rattic (Make sure you change it)