-
Notifications
You must be signed in to change notification settings - Fork 824
docs: update unimplemented Docker features list #5183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
amarkdotdev
wants to merge
1
commit into
containerd:main
from
amarkdotdev:docs/3867-update-unimplemented-features
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -195,6 +195,8 @@ Network flags: | |
| - :nerd_face: `ns:<path>`: run inside an existing network namespace | ||
| - :nerd_face: Unlike Docker, this flag can be specified multiple times (`--net foo --net bar`) | ||
| - :whale: `-p, --publish`: Publish a container's port(s) to the host | ||
| - :whale: `--expose`: Expose a port or a range of ports without publishing them to the host | ||
| - :whale: `-P, --publish-all`: Publish all exposed ports to random ports on the host | ||
| - :whale: `--dns`: Set custom DNS servers | ||
| - :whale: `--dns-search`: Set custom DNS search domains | ||
| - :whale: `--dns-opt, --dns-option`: Set DNS options | ||
|
|
@@ -237,6 +239,7 @@ Resource flags: | |
| - 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`). | ||
|
|
||
| Intel RDT flags: | ||
|
|
||
|
|
@@ -364,6 +367,7 @@ Health check flags: | |
| - :whale: `--health-timeout`: Time to wait before considering the check failed (e.g., 5s) | ||
| - :whale: `--health-retries`: Number of failures before container is considered unhealthy | ||
| - :whale: `--health-start-period`: Start period for the container to initialize before starting health-retries countdown | ||
| - :whale: `--health-start-interval`: (unimplemented) Interval between health checks during the start period | ||
| - :whale: `--no-healthcheck`: Disable any health checks defined by image or CLI | ||
|
|
||
| Logging flags: | ||
|
|
@@ -1566,15 +1570,17 @@ Flags: | |
|
|
||
| Get real time events from the server. | ||
|
|
||
| :warning: The output format is not compatible with Docker. | ||
| :warning: The default event stream format differs from `docker events` (containerd envelope fields). Use `--format '{{json .}}'` for JSON that includes Docker v29-compatible `Action` metadata. | ||
|
|
||
| Usage: `nerdctl events [OPTIONS]` | ||
|
|
||
| Flags: | ||
|
|
||
| - :whale: `--format`: Format the output using the given Go template, e.g, `{{json .}}` | ||
| - :whale: `-f, --filter`: Filter containers based on given conditions | ||
| - :whale: `--filter event=<value>`: Event's status. Start is the only supported status. | ||
| - :whale: `--filter event=<value>`: Filter by event action (e.g. `start`) | ||
| - :whale: `--filter label=<key>`: Filter by container label key | ||
| - :whale: `--filter label=<key>=<value>`: Filter by container label key and value | ||
|
|
||
| Unimplemented `docker events` flags: `--since`, `--until` | ||
|
|
||
|
|
@@ -2057,6 +2063,10 @@ Compose: | |
| - `docker compose wait` | ||
| - `docker compose watch` | ||
|
|
||
| Compose file features: | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should be documented in https://github.com/containerd/nerdctl/blob/main/docs/compose.md |
||
|
|
||
| - `volumes[].type: image` (OCI image volume mounts in Compose; `nerdctl run --mount type=image` is supported) | ||
|
|
||
| Builder: | ||
|
|
||
| - `docker buildx debug` (buildx debugger) | ||
|
|
||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not
:nerd_face:https://docs.docker.com/reference/cli/docker/container/run/#cdi-devices