Docker version of html editor - StackEdit
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 1ea3cf5664
Updated dockerfile and readme
7 years ago
readme Initial commit (working) 7 years ago
.dockerignore Added badges for Docker 7 years ago
.travis.yml Added badges for Docker 7 years ago
Dockerfile Updated dockerfile and readme 7 years ago
README.md Updated dockerfile and readme 7 years ago
docker-compose.yml Initial commit (working) 7 years ago

README.md

StackEdit Docker server

Run a StackEdit v5.10.4 (April 2018) server in a Docker container.

Docker StackEdit

Docker build: Build Status

Stackedit build: Build Status

Download size Image size RAM usage CPU usage
179MB 581MB 310MB Very low

It is based on:

Features

Installation

Option 1 of 2: Using Docker Compose

  1. Download docker-compose.yml

  2. Optionally edit docker-compose.yml to fit you better

  3. 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