Skip to content

Comments

docs: update list of unimplemented Docker features#4747

Merged
AkihiroSuda merged 1 commit intocontainerd:mainfrom
rohansood10:fix/3867-update-unimplemented-features
Feb 20, 2026
Merged

docs: update list of unimplemented Docker features#4747
AkihiroSuda merged 1 commit intocontainerd:mainfrom
rohansood10:fix/3867-update-unimplemented-features

Conversation

@rohansood10
Copy link
Contributor

Summary

Updates the unimplemented Docker features list in docs/command-reference.md to reflect the current state of nerdctl's feature parity with Docker.

Features now implemented (removed from unimplemented lists)

  • docker diff — removed from "Unimplemented Docker commands" section (implemented in container_diff.go)
  • docker run --isolation — removed from unimplemented run flags (now supported with default|process|host|hyperv)
  • docker start --interactive — removed from unimplemented start flags (now supported)

Missing Docker features added to documentation

  • --mount type=image — noted as unimplemented mount type (moby#48798)
  • :z and :Z volume options — SELinux relabeling not yet supported (#371)
  • docker buildx debug — buildx debugger added to unimplemented commands list

Fixes #3867


Note: This is a partial update. There are additional items that could be audited (compose flags, network flags, etc.) but this covers the most notable changes.

Update command-reference.md to reflect the current state of feature
parity with Docker:

- Remove docker diff from unimplemented commands (now implemented)
- Remove --isolation from unimplemented docker run flags (now implemented)
- Remove --interactive from unimplemented docker start flags (now implemented)
- Add --mount type=image as unimplemented mount type
- Add :z and :Z (SELinux relabeling) as unimplemented volume options
- Add docker buildx debug (buildx debugger) to unimplemented commands

Fixes containerd#3867

Signed-off-by: rohansood10 <rohansood10@users.noreply.github.com>
@rohansood10 rohansood10 marked this pull request as ready for review February 20, 2026 01:37
@AkihiroSuda AkihiroSuda added this to the v2.3.0 milestone Feb 20, 2026
@AkihiroSuda AkihiroSuda added the documentation Improvements or additions to documentation label Feb 20, 2026
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

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

Thanks

@AkihiroSuda AkihiroSuda merged commit cb04c15 into containerd:main Feb 20, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update the list of the unimplemented Docker features (and implement them)

2 participants