Skip to content

Commit

Permalink
correct image name for password-based interactive session
Browse files Browse the repository at this point in the history
  • Loading branch information
duhaime committed Jun 1, 2018
1 parent afb4efd commit 725d1bd
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 @@ -27,7 +27,7 @@ docker run -p 4848:22 --name alpine-sshd --hostname alpine-sshd --volumes-from s

```bash
docker run -p 4848:22 --name alpine-sshd --hostname alpine-sshd -d danielguerra/alpine-sshd
docker exec -ti docker-sshd passwd
docker exec -ti alpine-sshd passwd
```

### From your workstation
Expand Down

0 comments on commit 725d1bd

Please sign in to comment.