Alpine Linux with etherpad-lite using a sqlite database and a few extra plugins.
10K+
Alpine Linux with etherpad-lite using a sqlite database.
By default, these extra plugins are installed:
docker pull chorn/alpine-etherpad-sqlite
To run the container with etherpad running on port 9001:
$ docker run -d -p 9001:9001 -e ADMIN_USER=admin -e ADMIN_PASS=myadminpassword --restart=on-failure:10 --name etherpad chorn/alpine-etherpad-sqlite
Content type
Image
Digest
Size
50.8 MB
Last updated
over 10 years ago
docker pull chorn/alpine-etherpad-sqlite