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 b220183a9d
Added badges for Docker
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 Finished project for latest stackedit 7 years ago
README.md Added badges for Docker 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

This image is 581 MB and consumes 340MB-500MB of RAM

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