Propose an alternative ssh command

I didn't get it to work with the ip address, it took me a while to find the alternative way.
This commit is contained in:
Héctor Estéllez 2018-09-14 23:36:46 -05:00 committed by GitHub
parent cafe843f16
commit f23d248ba9
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:/#
```