Skip to content

docs: update unimplemented Docker features list - #5183

Open
amarkdotdev wants to merge 1 commit into
containerd:mainfrom
amarkdotdev:docs/3867-update-unimplemented-features
Open

docs: update unimplemented Docker features list#5183
amarkdotdev wants to merge 1 commit into
containerd:mainfrom
amarkdotdev:docs/3867-update-unimplemented-features

Conversation

@amarkdotdev

Copy link
Copy Markdown
Contributor

Summary

  • Document implemented nerdctl run networking flags (--expose, -P / --publish-all) and CDI-qualified --device values
  • Mark --health-start-interval as unimplemented in the health-check flag list (matches healthchecks.md)
  • Refresh nerdctl events docs: Docker v29 Action metadata via --format, and supported label filters
  • List remaining Compose file gap: volumes[].type: image (run-level --mount type=image is already supported)

Partial fix for #3867 (docs slice; prior PRs already updated the docker run unimplemented flag short list).

Test plan

Document run flags and event filters that have landed since the
original unimplemented-features table (expose/publish-all, CDI devices,
label filters, compose image volumes). Clarify remaining gaps.

Fixes containerd#3867

Signed-off-by: amarkdotdev <amark@g.jct.ac.il>
Comment thread docs/command-reference.md
- Default: "private" on cgroup v2 hosts, "host" on cgroup v1 hosts
- :whale: `--cgroup-parent`: Optional parent cgroup for the container
- :whale: `--device`: Add a host device to the container
- :nerd_face: Also accepts [CDI](https://github.com/cncf-tags/container-device-interface) qualified device names (e.g. `vendor.com/device=foo`). See [`./gpu.md`](./gpu.md) and [`./config.md`](./config.md) (`cdi_spec_dirs`).

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread docs/command-reference.md
- `docker compose wait`
- `docker compose watch`

Compose file features:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

2 participants