Sign inSign up

limosek/zendto

By limosek

Updated almost 3 years ago

ZendTo Dockerfile. It contains functional ZendTo instalation dockerized.

Image
0

1.0K

limosek/zendto repository overview

zendto-docker

ZendTo Dockerfile. It contains functional zendto instalation dockerized.

Running

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)]$

Tag summary

Content type

Image

Digest

Size

175.6 MB

Last updated

over 4 years ago

docker pull limosek/zendto