Skip to content
Merged
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
14 changes: 10 additions & 4 deletions docs/command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ 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: `--no-healthcheck`: Disable any health checks defined by image or CLI

Logging flags:
Expand Down Expand Up @@ -454,7 +453,8 @@ IPFS flags:

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

### :whale: nerdctl exec

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