Skip to content

An ARM v7 v8 based image for running etherpad - Docker container must be built and run from an ARM device

License

Notifications You must be signed in to change notification settings

ARMed-Docker/etherpad-docker-arm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

etherpad-docker-arm

This is a Docker image which is nothing more than the basic test instance of an Etherpad setup as described on https://github.com/ether/etherpad-lite. To download the image from the Docker index, run:

docker pull johnjediny/etherpad-docker

To run Etherpad on port 9001, run:

docker run -d -p 9001:9001 johnjediny/etherpad-docker

To run Etherpad on port 80, run:

docker run -d -p 80:9001 johnjediny/etherpad-docker

To edit the Etherpad settings.json, it is necessary to clone the Git repository:

git clone git://github.com/ether/etherpad-docker.git && cd etherpad-docker

Then edit the settings.json to your liking and run:

docker build -t <YOUR_USERNAME>/etherpad-docker .

This image could also be used as a base for Docker Etherpad images integrated with MySQL, etc.

About

An ARM v7 v8 based image for running etherpad - Docker container must be built and run from an ARM device

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published