From 8d036906a91c3ead0f97195613308661dba04cd8 Mon Sep 17 00:00:00 2001 From: Toshiki Sonoda Date: Fri, 16 Jun 2023 15:53:07 +0900 Subject: [PATCH] [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 --- docs/source/markdown/podman-remote.1.md | 2 +- docs/source/markdown/podman.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/markdown/podman-remote.1.md b/docs/source/markdown/podman-remote.1.md index 9e21b53bcc..b0272cc13e 100644 --- a/docs/source/markdown/podman-remote.1.md +++ b/docs/source/markdown/podman-remote.1.md @@ -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. diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md index 2bda9fa6c9..14c6b7d31b 100644 --- a/docs/source/markdown/podman.1.md +++ b/docs/source/markdown/podman.1.md @@ -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.