Sign inSign up

djcash/docker-mdwiki

By djcash

•Updated over 9 years ago

MDWiki

Image
0

1.2K

djcash/docker-mdwiki repository overview

⁠Docker-MDWiki

This is an image to quickly deploy websites based on MDWiki⁠. This project is unaffiliated, but does use the official release archives.

Image is available directly from Docker Hub at https://hub.docker.com/r/djcash/docker-MDWiki/⁠

⁠Ports and Volumes

Port 80 is exposed. The app is served from the /md-app on port 80 on container run.

/md-app is defined in the image and is the effective docroot. It is intended to be specified with -v on run to the location of .md files used to power mdwiki.

⁠Run Example

This will serve MDWiki on localhost:8000.

$ docker run --detach -p 8000:80 -v /path/to/mds:/md-app djcash/docker-MDWiki

Tag summary

Content type

Image

Digest

Size

4.6 MB

Last updated

over 9 years ago

docker pull djcash/docker-mdwiki