Skip to content

Commit

Permalink
docs: hydra container doesn't include bash (#548)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Renatus <[email protected]>
  • Loading branch information
srenatus authored and arekkas committed Jul 3, 2017
1 parent 1d41a50 commit e837bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ ec91228cb105db315553499c81918258f52cee9636ea2a4821bdb8226872f54b
and execute the ORY Hydra command from there:

```
$ docker exec -i -t <hydra-container-id> /bin/bash
# e.g. docker exec -i -t ec91228 /bin/bash
$ docker exec -i -t <hydra-container-id> /bin/sh
# e.g. docker exec -i -t ec91228 /bin/sh
root@ec91228cb105:/go/src/github.com/ory/hydra# hydra
Hydra is a twelve factor OAuth2 and OpenID Connect provider
Expand Down

0 comments on commit e837bba

Please sign in to comment.