JustWriting Docker Repo JustWriting is simple blog system with markdown.
1.4K
JustWriting is simple blog system with markdown.
To build, make sure you have Docker installed, clone this repo somewhere, and then run:
docker build --rm=true -t hjue/justwriting .
Pull this repository:
docker pull hjue/justwriting
Run it:
docker run -d -p 80:80 hjue/justwriting
Run it with local posts directory:
docker run -d -p 80:80 --privileged=true -v ~/posts/:/var/www/html/posts:ro hjue/justwriting
Content type
Image
Digest
sha256:248f567f4…
Size
211.5 MB
Last updated
almost 11 years ago
docker pull hjue/justwriting