docker
Hub
ctrl+K
Help
Back
Documentation
Forums
Contact support
System status
System theme
Sign in
Sign up
Back
Back
Help
Back
Documentation
Forums
Contact support
System status
System theme
Docker Suite
Explore
/
xeor/etherpad
xeor/etherpad
By
xeor
•
Updated over 9 years ago
Image
0
258
Overview
Tags
info
Centos6 as base
runs etherpad-lite
Asumes some settings.. Take a look at settings.json, and fork this repo if you want something else. Its really just made quick and dirty for a local project :)
run: docker run -d --link postgres:postgresql -e "TITLE=web title" -e "ADMIN_PW=pass" -e "DEFAULT_PAD_TEXT=start writing" -p 80:8080 xeor/etherpad
Full example with db
docker run --name postgres -d postgres
docker run -i -t --link postgres:postgresql --rm xeor/devbox
psql -h $POSTGRESQL_PORT_5432_TCP_ADDR -p 5432 -U postgres -c 'CREATE ROLE pad with LOGIN CREATEDB;'
psql -h $POSTGRESQL_PORT_5432_TCP_ADDR -p 5432 -U postgres -c "CREATE DATABASE pad ENCODING 'unicode' TEMPLATE template0;"
psql -h $POSTGRESQL_PORT_5432_TCP_ADDR -p 5432 -U postgres -c 'GRANT ALL PRIVILEGES ON DATABASE pad to pad;'
Docker Pull Command
docker pull xeor/etherpad
Copy
Back
System theme
Light theme
Dark theme
Back
System theme
Light theme
Dark theme
Back
Docker Home
Explore and manage your Docker experience.
Docker Admin Console
Manage users, control access, & set policies.
Docker Hub
Find and share images with your team.
Docker Scout
Secure your supply chain at every level.
Docker Desktop
Local development, simplified.
Docker Build Cloud
Speed up your builds.
Testcontainers Cloud
New
Run integration tests with real dependencies.