Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 389 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 389 Bytes

Etherpad docker image

Adapted version of etherpad-lite for OAE.

Usage

Run from dockerhub

docker run -it --name=etherpad --net=host oaeproject/oae-etherpad-docker

Build the image locally

# Step 1: Build the image
docker build -f Dockerfile -t oae-etherpad:latest .
# Step 2: Run the container
docker run -it --name=etherpad --net=host oae-etherpad:latest