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
f4fa622693
|
6 years ago | |
---|---|---|
readme | 7 years ago | |
.dockerignore | 7 years ago | |
.travis.yml | 7 years ago | |
Dockerfile | 6 years ago | |
README.md | 6 years ago | |
docker-compose.yml | 6 years ago |
README.md
StackEdit Docker server
Run a StackEdit v5.13.2 (October 2018) server with Nginx in a lightweight Docker container
Download size | Image size | RAM usage | CPU usage |
---|---|---|---|
15.6MB | 45.5MB | 7MB | Very low |
Features
- Stackedit features
- Lightweight image based on:
- Stackedit 5.13.2
- Alpine 3.8
- Nginx HTTP server
Setup
Using plain Docker with:
docker run -d --name=stackedit --restart=always -p 8000:80/tcp qmcgaw/stackedit
Or use Docker Compose:
version: '3'
services:
stackedit:
image: qmcgaw/stackedit
container_name: stackedit
ports:
- 8000:80/tcp
network_mode: bridge
restart: always
with the command
docker-compose up -d
Testing
Go to http://localhost:8000
Acknowledgements
Credits to the developers of StackEdit
TODOs
- Configuration of Stackedit