Skip to content

Commit

Permalink
docs/tutorial: update bash command (ory#412)
Browse files Browse the repository at this point in the history
updating bash command to `/bin/sh`
  • Loading branch information
pbarker authored and arekkas committed Apr 7, 2017
1 parent 48b0677 commit e40db39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You now have a running hydra docker container! Additionally, a Postgres image wa
Next, let us manage the host process. You can use the Hydra CLI by ssh'ing to the docker container:

```
$ docker exec -i -t hydra_hydra_1 /bin/bash
$ docker exec -i -t hydra_hydra_1 /bin/sh
root@b4403bb4147f:/go/src/github.com/ory-am/hydra#
```

Expand Down

0 comments on commit e40db39

Please sign in to comment.