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 7f8d4c2b1a
Fixed Caddyfile for listening on all interfaces
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
Caddyfile Fixed Caddyfile for listening on all interfaces 6 years ago
Dockerfile Fixed Caddyfile for listening on all interfaces 6 years ago
README.md Update, multi-stage build and lightweight image 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 Caddy server 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
???MB 51.2MB 2-3MB Very low

Features

  • Stackedit features
  • Lightweight image based on:
  • Robust Caddy server (you can easily add HTTPS if needed)

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