mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +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:
|
||||
- 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.
|
||||
|
@ -186,7 +186,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.
|
||||
|
Reference in New Issue
Block a user