From 6f7b94495fe3035f063ff38fb86c61892b2c674b Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Fri, 10 Mar 2017 12:07:41 -0500 Subject: [PATCH] Correcting syntax of command to run with bind mount --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fe418f..f118f0a 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ $ docker run -it --rm --name shibboleth-idp-test-run my-shibboleth-idp /usr/loca ## Run using a bind mount to share secrets ```console -$ docker run -d --name my-running-haproxy -v /path/to/shibboleth_idp/certs:/opt/certs my-running-shibboleth-idp +$ docker run -d --name my-running-shibboleth-idp -v /path/to/shibboleth_idp/certs:/opt/certs my-shibboleth-idp ``` Note that your host's `/path/to/shibboleth_idp/certs` folder should contain...