From db6638160a0163ecc1fd982115f9608a5619c9e1 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Tue, 24 Oct 2017 09:25:31 -0400 Subject: [PATCH] Fix docker instruction formating in README --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index b2fb262..622bb80 100644 --- a/README.rst +++ b/README.rst @@ -118,7 +118,9 @@ image is planned for the 0.2.x series. .. _Dockerfile: https://github.com/voxpupuli/puppetboard/blob/master/Dockerfile Usage: + .. code-block:: bash + $ docker build -t puppetboard . $ docker run -it -p 9080:80 -v /etc/puppetlabs/puppet/ssl:/etc/puppetlabs/puppet/ssl \ -e PUPPETDB_HOST= \