Docker container for Varken.
- Main project: https://github.com/Boerderij/Varken
It is based on the latest CentOS docker image:
The container will serve you the latest Varken build.
The following volumes will get mounted:
- /path/to/config:/config
To get the docker up and running execute fhe following command:
sudo docker run -it --privileged --name varken -v /path/to/config:/config -d -p 3000:80 h1f0x/centos-varken
PLEASE MODIFY YOUR VARKEN.INI TO YOU NEEDS: /path/to/config/varken.ini
docker restart varken
Visit: http://localhost:3000
- Login with: admin/admin
- Download latest Dashboard and modify to your needs:
- Dashboard > Import
Current IDs: https://grafana.com/dashboards?category=databases&search=varken%20%5Bofficial%5D
- Customize to your needs
Several configuration files will be deployed to the mounted /config folder:
Folder | Description |
---|---|
grafana/* | All grafana config files and dbs |
varken.ini | Varken config file |
Please visit: https://github.com/Boerderij/Varken for more information.
Open the browser and go to: