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 f4fa622693
Added size of download
6 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 Added size of download 6 years ago
README.md Added size of download 6 years ago
docker-compose.yml Update, multi-stage build and lightweight image 6 years ago

README.md

StackEdit Docker server

Run a StackEdit v5.13.2 (October 2018) server with Nginx in a lightweight Docker container

Docker StackEdit

Docker build: Build Status Docker Build Status

Stackedit build: Build Status

GitHub last commit GitHub commit activity GitHub issues

Docker Pulls Docker Stars Docker Automated

Download size Image size RAM usage CPU usage
15.6MB 45.5MB 7MB Very low

Features

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