ZendTo Dockerfile. It contains functional ZendTo instalation dockerized.
1.0K
ZendTo Dockerfile. It contains functional zendto instalation dockerized.
docker run limosek/zendto init-config|listusers|deleteuser|setpassword|adduser|upgrade|run|sh
To simply run a server:
docker run -d -p80:80 limosek/zendto
If you want persistent storage for data (recommended), config customization and template customisation, use this command once after installation. This will create empty configs in corresponding directories.
docker run -d \
-p80:80 \
-v /etc/zendto:/opt/zendto/config \
-v /var/zendto-data:/var/zendto \
-v /etc/zendto/templates:/opt/zendto/templates \
limosek/zendto init-config
Next, you can use image as usual, making config changes externally:
docker run -d \
-p80:80 \
-v /etc/zendto:/opt/zendto/config \
-v /var/zendto-data:/var/zendto \
-v /etc/zendto/templates:/opt/zendto/templates \
limosek/zendto
[lm@NTB2-LM-FC-CZ zendto-docker (main)]$
Content type
Image
Digest
Size
175.6 MB
Last updated
over 4 years ago
docker pull limosek/zendto