We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3a1180 + e4ceed4 commit 0b97e8aCopy full SHA for 0b97e8a
1 file changed
docs/reference/commandline/cli.md
@@ -428,6 +428,13 @@ to the `/var/run/docker.sock` Unix socket on the SSH host.
428
$ docker -H ssh://user@192.168.64.5 ps
429
```
430
431
+You can optionally specify the location of the socket by appending a path
432
+component to the end of the SSH address.
433
+
434
+```console
435
+$ docker -H ssh://user@192.168.64.5/var/run/docker.sock ps
436
+```
437
438
### Display help text
439
440
To list the help on any command just execute the command, followed by the
0 commit comments