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.

2.7 KiB

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