Merge pull request #18909 from sstosh/service_destination

[CI:DOCS] Fix service_destinations description in podman man page
This commit is contained in:
OpenShift Merge Robot 2023-06-19 04:14:14 -04:00 committed by GitHub
commit 30d6543d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

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