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

Adapted version of etherpad-lite integrated in OAE project

Notifications You must be signed in to change notification settings

oaeproject/oae-etherpad-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Adapted version of etherpad-lite integrated in OAE project

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published