mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +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:
|
Details:
|
||||||
- `schema` is one of:
|
- `schema` is one of:
|
||||||
* `ssh` (default): a local unix(7) socket on the named `host` and `port`, reachable via SSH
|
* `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
|
* `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)
|
- `user` will default to either `root` or the current running user (`ssh` only)
|
||||||
- `password` has no default (`ssh` only)
|
- `password` has no default (`ssh` only)
|
||||||
|
Reference in New Issue
Block a user