Simple, lightweight and secure Etherpad container based on Alpine Linux
A really-real time collaborative word processor for the web. You can find their repo here.
Propose a lightweight and secure container that is easy to setup.
- Based on Alpine Linux.
- No Root processes, as secure as possible.
- WELCOME_TEXT: (Optional) The placeholder text of a new pad
- ETH_SKIN: (Optional) The displayed skin of etherpad
- ETH_TITLE: (Optional) The title of etherpad
- UID: (Optional) The UID executing the server
- GID: (Optional) The GID executing the server
- 9001
- /etherpad/data: directory where the data is stored
Build this image:
docker build -t etherpad .
Example command to run this container:
docker run -d -p 80:9001 --name etherpad etherpad