mirror of https://github.com/docker/docs.git
Merge pull request #7372 from hestellez/patch-1
Propose an alternative ssh command
This commit is contained in:
commit
66d29c9ba6
|
@ -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:/#
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue