Sign inSign up

hjue/justwriting

By hjue

Updated almost 11 years ago

JustWriting Docker Repo JustWriting is simple blog system with markdown.

Image
0

1.4K

hjue/justwriting repository overview

JustWriting Docker Repo

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

Tag summary

Content type

Image

Digest

sha256:248f567f4

Size

211.5 MB

Last updated

almost 11 years ago

docker pull hjue/justwriting