From 1bfc18cd28d5c940ec137d2f063cc0b314d527a2 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Tue, 26 Nov 2024 11:25:56 -0500 Subject: [PATCH] Doc clarification Using the term "container name" can be confusing and interpreted as simply the name of the container itself. What we really need to make registration work is the path of the container in the local registry. Clarify the documentation by adding a not ethat points out this potential pitfall. --- doc/flake-ctl-podman-register.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/flake-ctl-podman-register.rst b/doc/flake-ctl-podman-register.rst index 541e1d2..e3816cb 100644 --- a/doc/flake-ctl-podman-register.rst +++ b/doc/flake-ctl-podman-register.rst @@ -44,6 +44,13 @@ like a normal application on this host. For further details about the flake configuration please refer to the **podman-pilot** manual page. +NOTE +---- + +References made to the name of a container or container name imply the +path of the container as it is known in the local registry. The value shown +in the **REPOSITORY** column shown by the **podman images** command. + OPTIONS -------