mirror of
https://github.com/containers/podman.git
synced 2025-09-18 15:54:49 +08:00
[CI:DOCS] Fix service_destinations description in podman man page
- [service_destinations] should be [engine.service_destinations] - service_destinations does not read from `/usr/share/containers/containers.conf` because podman uses config.ReadCustomConfig(). Fixes: #15615 Signed-off-by: Toshiki Sonoda <sonoda.toshiki@fujitsu.com>
This commit is contained in:
@ -72,7 +72,7 @@ Details:
|
|||||||
URL value resolution precedence:
|
URL value resolution precedence:
|
||||||
- command line value
|
- command line value
|
||||||
- environment variable `CONTAINER_HOST`
|
- 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`
|
- `unix://run/podman/podman.sock`
|
||||||
|
|
||||||
Remote connections use local containers.conf for default.
|
Remote connections use local containers.conf for default.
|
||||||
|
@ -186,7 +186,7 @@ Details:
|
|||||||
URL value resolution precedence:
|
URL value resolution precedence:
|
||||||
- command line value
|
- command line value
|
||||||
- environment variable `CONTAINER_HOST`
|
- 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`
|
- `unix://run/podman/podman.sock`
|
||||||
|
|
||||||
Remote connections use local containers.conf for default.
|
Remote connections use local containers.conf for default.
|
||||||
|
Reference in New Issue
Block a user