mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +08:00
Update docs/source/markdown/podman-remote.1.md
Co-authored-by: Tom Sweeney <tsweeney@redhat.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -60,7 +60,7 @@ URL to access Podman service (default from `containers.conf`, rootless "unix://r
|
||||
Details:
|
||||
- `schema` is one of:
|
||||
* `ssh` (default): a local unix(7) socket on the named `host` and `port`, reachable via SSH
|
||||
* `tcp`: an unencrypted, unauthenticated TCP connection to the named `host` and `port`, can work with proxy if `CONTAINER_PROXY` set
|
||||
* `tcp`: an unencrypted, unauthenticated TCP connection to the named `host` and `port`, can work with proxy if `CONTAINER_PROXY` is set
|
||||
* `unix`: a local unix(7) socket at the specified `path`, or the default for the user
|
||||
- `user` will default to either `root` or the current running user (`ssh` only)
|
||||
- `password` has no default (`ssh` only)
|
||||
|
Reference in New Issue
Block a user