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.