Merge pull request #7372 from hestellez/patch-1

Propose an alternative ssh command
This commit is contained in:
Anne Henmi 2018-12-17 14:07:03 -07:00 committed by GitHub
commit 66d29c9ba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ Docker daemon host:
```bash
$ ssh root@192.168.1.2 -p 49154
# or
$ ssh root@localhost -p 49154
# The password is ``screencast``.
root@f38c87f2a42d:/#
```