[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:
Toshiki Sonoda
2023-06-16 15:53:07 +09:00
parent 189a74d345
commit 8d036906a9
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.