docs: update unimplemented Docker features list - #5183
Open
amarkdotdev wants to merge 1 commit into
Open
Conversation
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>
AkihiroSuda
reviewed
Sep 4, 2026
| - 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`). |
Member
There was a problem hiding this comment.
AkihiroSuda
reviewed
Sep 4, 2026
| - `docker compose wait` | ||
| - `docker compose watch` | ||
|
|
||
| Compose file features: |
Member
There was a problem hiding this comment.
Should be documented in https://github.com/containerd/nerdctl/blob/main/docs/compose.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
nerdctl runnetworking flags (--expose,-P/--publish-all) and CDI-qualified--devicevalues--health-start-intervalas unimplemented in the health-check flag list (matcheshealthchecks.md)nerdctl eventsdocs: Docker v29Actionmetadata via--format, and supportedlabelfiltersvolumes[].type: image(run-level--mount type=imageis already supported)Partial fix for #3867 (docs slice; prior PRs already updated the
docker rununimplemented flag short list).Test plan
grep/ read-through ofdocs/command-reference.mdagainst current CLI flags and Update the list of the unimplemented Docker features (and implement them) #3867 sub-issues