diff --git a/engine/examples/running_ssh_service.md b/engine/examples/running_ssh_service.md index 2d4d8e568a..7cb4c50d86 100644 --- a/engine/examples/running_ssh_service.md +++ b/engine/examples/running_ssh_service.md @@ -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:/# ```