I have made another project for a different hosting panel: https://github.com/yofreke/docker-froxlor. I personally had too many problems with the sentora deployment to make it work long term, and am now trying out froxlor. Feel free to still use this repo as a guide for how to work with sentora, but there will likely be no future updates.
A simple project to get sentora running inside a docker container. Very premature, help welcome.
First Run Instructions:
./build-sentora-container.sh
./start-sentora-container.sh setup
./start-sentora-container.sh
to invoke the launch script for productionBackup Instructions:
./backup.py -t <container id>
to determine if there are any important files on your server that will not be included in the backup./backup.py -b <container id> <path on host>
to backup all important files into the ./start-sentora-container.sh <path on host>
This process is crude, and I would love to clean it up some. Right now it is merely a proof of concept.