Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correcting syntax of command to run with bind mount
Jim Van Fleet committed Mar 10, 2017
1 parent 1b8bc55 commit 6f7b944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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...

0 comments on commit 6f7b944

Please sign in to comment.