mirror of https://github.com/docker/docs.git
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:
parent
cafe843f16
commit
f23d248ba9
|
@ -52,6 +52,8 @@ Docker daemon host:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ssh root@192.168.1.2 -p 49154
|
$ ssh root@192.168.1.2 -p 49154
|
||||||
|
# or
|
||||||
|
$ ssh root@localhost -p 49154
|
||||||
# The password is ``screencast``.
|
# The password is ``screencast``.
|
||||||
root@f38c87f2a42d:/#
|
root@f38c87f2a42d:/#
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue