Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions docs/command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,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`: Interval between checks during the start period
- :whale: `--health-start-interval`: Interval between checks during the start period (unimplemented, see [`healthchecks.md`](./healthchecks.md))
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.

Unimplemented flags should be in:

Unimplemented `docker run` flags:
`--device-cgroup-rule`, `--disable-content-trust`, `--expose`,
`--link*`, `--publish-all`, `--storage-opt`, `--volume-driver`

- :whale: `--no-healthcheck`: Disable any health checks defined by image or CLI

Logging flags:
Expand Down Expand Up @@ -1809,7 +1809,7 @@ Push service images

Usage: `nerdctl compose push [OPTIONS] [SERVICE...]`

Unimplemented `docker-compose pull` (V1) flags: `--ignore-push-failures`
Unimplemented `docker-compose push` (V1) flags: `--ignore-push-failures`

### :whale: nerdctl compose pause

Expand Down Expand Up @@ -1994,7 +1994,13 @@ Network management:

Compose:

- `docker-compose events|scale`
- `docker compose attach`
- `docker compose events`
- `docker compose ls`
- `docker compose scale`
- `docker compose stats`
- `docker compose wait`
- `docker compose watch`

Builder:

Expand Down
Loading