This project is within Docker.
You can directly use minimum/markdown-web image, or
docker-compose -f docker-compose.yml build
docker build -t minimum/markdown-web -f Dockerfile .
docker-compose -f docker-compose.yml up -d
docker run -d --name portal -p 80:80 minimum/markdown-web
If your files is in ./flask/markdown,
docker-compose -f mount.yml up -d
docker run -d --name portal -p 80:80 -v `pwd`/flask/markdown:/home/python/markdown minimum/markdown-web
In example, openning http://IP/, you will see
Welcome to Markdown World!
In markdown directory, file can be in multi-level directory.
Dynamically loading files.
Content type
Image
Digest
Size
33.4 MB
Last updated
over 8 years ago
docker pull minimum/markdown-web