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 8f8390df3f..83278883ed 100644 --- a/docs/source/markdown/podman.1.md +++ b/docs/source/markdown/podman.1.md @@ -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.