https://gitlab.com/tozd/docker/etherpad
Available as:
tozd/base
← tozd/dinit
← tozd/etherpad
latest
: Etherpad Lite v1.8.18
/var/log/etherpad
: Log files whenLOG_TO_STDOUT
is not set to1
.
LOG_TO_STDOUT
: If set to1
output logs to stdout (retrievable usingdocker logs
) instead of log volumes.
9001/tcp
: HTTP port on which Etherpad listens.
Image provides Etherpad.
You can mount Etherpad's settings.json
file into /etherpad/settings.json
inside the container.
Alternatively, you can set environment variables which will then Etherpad substitute in settings template at the first run. See the template and available environment variables.
When LOG_TO_STDOUT
is set to 1
, Docker image logs output to stdout and stderr. All stdout output is JSON.
There is also a read-only GitHub mirror available, if you need to fork the project there.