mirror of https://github.com/containers/podman.git
Merge pull request #18909 from sstosh/service_destination
[CI:DOCS] Fix service_destinations description in podman man page
This commit is contained in:
commit
30d6543d8a
|
@ -72,7 +72,7 @@ Details:
|
|||
URL value resolution precedence:
|
||||
- command line value
|
||||
- environment variable `CONTAINER_HOST`
|
||||
- `containers.conf` `service_destinations` table
|
||||
- `engine.service_destinations` table in containers.conf, excluding the /usr/share/containers directory
|
||||
- `unix://run/podman/podman.sock`
|
||||
|
||||
Remote connections use local containers.conf for default.
|
||||
|
|
|
@ -192,7 +192,7 @@ Details:
|
|||
URL value resolution precedence:
|
||||
- command line value
|
||||
- environment variable `CONTAINER_HOST`
|
||||
- `containers.conf` `service_destinations` table
|
||||
- `engine.service_destinations` table in containers.conf, excluding the /usr/share/containers directory
|
||||
- `unix://run/podman/podman.sock`
|
||||
|
||||
Remote connections use local containers.conf for default.
|
||||
|
|
Loading…
Reference in New Issue