Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 669 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 669 Bytes

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)