From 7922e67870a393417c88c2d27f0e8fac47e4596e Mon Sep 17 00:00:00 2001 From: William Henry Date: Thu, 17 Apr 2014 13:52:13 -0600 Subject: [PATCH] Fixed a sentence for ostezer. Docker-DCO-1.1-Signed-off-by: William Henry (github: ipbabble) modified: contrib/man/md/README.md --- contrib/man/md/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/man/md/README.md b/contrib/man/md/README.md index c6417d247..46a076a92 100644 --- a/contrib/man/md/README.md +++ b/contrib/man/md/README.md @@ -57,7 +57,7 @@ Using this Dockerfile, create a Docker image tagged `fedora/pandoc`: docker build -t fedora/pandoc . -Once the image is built, run a container using it: +Once the image is built, run a container using the image with *volumes*: docker run -v //docker/contrib/man:/pandoc:rw \ -w /pandoc -i fedora/pandoc /pandoc/md/md2man-all.sh