docs: added example for specifying socket path with -H

Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
David Karlsson 2023-06-02 14:39:57 +02:00
parent 20923dfbc7
commit e4ceed468e
1 changed files with 7 additions and 0 deletions

View File

@ -428,6 +428,13 @@ to the `/var/run/docker.sock` Unix socket on the SSH host.
$ docker -H ssh://user@192.168.64.5 ps $ docker -H ssh://user@192.168.64.5 ps
``` ```
You can optionally specify the location of the socket by appending a path
component to the end of the SSH address.
```console
$ docker -H ssh://user@192.168.64.5/var/run/docker.sock ps
```
### Display help text ### Display help text
To list the help on any command just execute the command, followed by the To list the help on any command just execute the command, followed by the