engine: configure registry push/pull with containerd#24213
engine: configure registry push/pull with containerd#24213dvdksn wants to merge 2 commits intodocker:mainfrom
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
49a658a to
0ed696e
Compare
There was a problem hiding this comment.
Review Summary
This is a well-written documentation page that clearly explains how to configure per-registry behavior using hosts.toml files with the containerd image store.
Strengths:
- Clear structure with progressive examples (disable push → mirror → internal-only)
- Proper front matter with all required fields
- Accurate technical content with correct file paths and TOML syntax
- Good use of tables for reference information
- Appropriate callout explaining security limitations
- Helpful section explaining interaction with daemon.json settings
- Links to related documentation are valid
No issues found. The page follows Docker's documentation style guide and provides users with the information they need to configure registry access.
|
Sorry our docs can be a bit confusing and the use of it with "default" and "host" is a bit hard to follow. The idea was that the simple cases would just be updating defaults and possibly adding some mirrors. The amount of "features" that could be support via different permutations is part of the design, but not done in the easiest follow way. Parts of this are mentioned in https://github.com/containerd/containerd/blob/main/docs/hosts.md though. |
Address review feedback from dmcgowan: - Fix "disable push" example to use top-level capabilities field instead of a [host] entry (the [host] section is for mirrors, not the default endpoint) - Fix mirror example to remove redundant [host] entry for the upstream registry; server already handles fallback - Replace "internal registry only" example with a simpler correct approach: set server to the internal registry URL, no [host] entries needed - Add Windows directory name format for registries with ports - Add _default/ directory to the tree and explain its use as a global fallback - Clarify format section: top-level fields vs [host] sections, and that capabilities defaults to all three if not set Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
b9466d6 to
c3c4f9e
Compare
Signed-off-by: David Karlsson 35727626+dvdksn@users.noreply.github.com