1
0
mirror of https://github.com/docker/cli.git synced 2025-08-31 23:02:07 +03:00

Merge pull request #4073 from panekj/feat/ssh-socket-path

connhelper: Allow socket path when using SSH
This commit is contained in:
Brian Goff
2023-05-05 15:50:18 -07:00
committed by GitHub
4 changed files with 13 additions and 6 deletions

View File

@@ -242,6 +242,7 @@ precedence over `HTTP_PROXY`.
The Docker client supports connecting to a remote daemon via SSH:
```console
$ docker -H ssh://me@example.com:22/var/run/docker.sock ps
$ docker -H ssh://me@example.com:22 ps
$ docker -H ssh://me@example.com ps
$ docker -H ssh://example.com ps