This repository is an extension of work from original ptman/racktables-docker. This repository adds the below functionalities which goes missing in the original work:
-
Persistent Racktables Database
-
Report Generation
git clone https://github.com/collabnix/racktables-docker
cd racktables-docker
curl -sSL https://get.docker.com/ | sh
curl -L https://github.com/docker/compose/releases/download/1.23.2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
Edit daemon.json file
cat /etc/docker/daemon.json
{
"dns": ["8.8.8.8"]
}
docker-compose build
docker-compose up -d
Start by browsing to http://localhost/?module=installer&step=5