Skip to content

docs: clarify --all-tags and --include-volumes - #29348

Open
locker95 wants to merge 1 commit into
podman-container-tools:mainfrom
locker95:docs/all-tags-unqualified-registries
Open

docs: clarify --all-tags and --include-volumes#29348
locker95 wants to merge 1 commit into
podman-container-tools:mainfrom
locker95:docs/all-tags-unqualified-registries

Conversation

@locker95

Copy link
Copy Markdown

small docs fixes:

  • --all-tags: unqualified names don't walk registries.conf search lists; they go through docker.io. fully-qualified names are the way to hit other registries.
  • --include-volumes: only does something when set to true (default false).

also glanced at #17514 — the Label YXZ typo looks already fixed on main.

Fixes #23625
Fixes #15387

Unqualified names with --all-tags always resolve via docker.io rather
than registries.conf search lists. Spell that out, and note that
--include-volumes only applies when set to true.

Fixes podman-container-tools#23625
Fixes podman-container-tools#15387

Signed-off-by: Dean Chen <862469039@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pull --all-tags : confusing documentation podman commit --include-volumes does only work with value true documentation needs to reflect that

1 participant