Skip to content

Commit

Permalink
Correcting syntax of command to run with bind mount
Browse files Browse the repository at this point in the history
  • Loading branch information
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
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down

0 comments on commit 6f7b944

Please sign in to comment.