A Docker image for Enonic XP along with a Helm chart for deploying to Kubernetes
docker-compose up --build
helm install ./charts/enonic-xp
From a running shell in the container:
$XP_ROOT/toolbox/toolbox.sh dump -a su:$XP_SU_PASS -t mydump
To restore:
$XP_ROOT/toolbox/toolbox.sh load -a su:$XP_SU_PASS -s mydump