Skip to content

Commit

Permalink
[CI:DOCS] Fix service_destinations description in podman man page
Browse files Browse the repository at this point in the history
- [service_destinations] should be [engine.service_destinations]
- service_destinations does not read from
  `/usr/share/containers/containers.conf` because podman uses config.ReadCustomConfig().

Fixes: containers#15615

Signed-off-by: Toshiki Sonoda <sonoda.toshiki@fujitsu.com>
  • Loading branch information
sstosh authored and cgiradkar committed Jul 17, 2023
1 parent 5b58b2b commit 2504075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-remote.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/markdown/podman.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2504075

Please sign in to comment.