An open API service indexing awesome lists of open source software.

https://github.com/tozd/docker-etherpad

Etherpad Docker image. Read-only mirror of https://gitlab.com/tozd/docker/etherpad
https://github.com/tozd/docker-etherpad

docker docker-image etherpad

Last synced: about 2 months ago
JSON representation

Etherpad Docker image. Read-only mirror of https://gitlab.com/tozd/docker/etherpad

Awesome Lists containing this project

README

          

# tozd/etherpad

Available as:

- [`tozd/etherpad`](https://hub.docker.com/r/tozd/etherpad)
- [`registry.gitlab.com/tozd/docker/etherpad`](https://gitlab.com/tozd/docker/etherpad/container_registry)

## Image inheritance

[`tozd/base`](https://gitlab.com/tozd/docker/base) ← [`tozd/dinit`](https://gitlab.com/tozd/docker/dinit) ← `tozd/etherpad`

## Tags

- `latest`: Etherpad Lite v1.8.18

## Volumes

- `/var/log/etherpad`: Log files when `LOG_TO_STDOUT` is not set to `1`.

## Variables

- `LOG_TO_STDOUT`: If set to `1` output logs to stdout (retrievable using `docker logs`) instead of log volumes.

## Ports

- `9001/tcp`: HTTP port on which Etherpad listens.

## Description

Image provides [Etherpad](https://github.com/ether/etherpad-lite).

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](https://github.com/tozd/etherpad-lite/blob/develop/settings.json.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.

## GitHub mirror

There is also a [read-only GitHub mirror available](https://github.com/tozd/docker-etherpad),
if you need to fork the project there.