You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Quentin McGaw
98761959f6
|
7 years ago | |
---|---|---|
readme | 7 years ago | |
.dockerignore | 7 years ago | |
.travis.yml | 7 years ago | |
Dockerfile | 7 years ago | |
README.md | 7 years ago | |
docker-compose.yml | 7 years ago |
README.md
StackEdit Docker server
Run a StackEdit v5.10.4 (April 2018) server in a Docker container.
Download size | Image size | RAM usage | CPU usage |
---|---|---|---|
179MB | 581MB | 310MB | Very low |
It is based on:
- Stackedit
- Alpine Linux
- Nodejs
Features
Installation
Option 1 of 2: Using Docker Compose
-
Download docker-compose.yml
-
Optionally edit docker-compose.yml to fit you better
-
With a terminal, go to the directory containing the file and launch the container in the background with:
docker-compose up -d
Option 2 of 2: Using Docker only
In a terminal, enter:
docker run -d --name=stackedit --restart=always -p 8080:8080/tcp qmcgaw/stackedit
The container TCP port 8080 is forwarded to the host TCP port 8080
Testing
Go to http://localhost:8080
Acknowledgements
Credits to the developers of StackEdit