Skip to content

Commit da6afa2

Browse files
committed
docs: move --health-start-interval to unimplemented run flags list
Per review feedback, unimplemented flags belong in the dedicated unimplemented section rather than inline with implemented flags. Signed-off-by: Istvan Csaba Varga <istvan-csaba.varga@outlook.com>
1 parent 251fefe commit da6afa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/command-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,6 @@ Health check flags:
343343
- :whale: `--health-timeout`: Time to wait before considering the check failed (e.g., 5s)
344344
- :whale: `--health-retries`: Number of failures before container is considered unhealthy
345345
- :whale: `--health-start-period`: Start period for the container to initialize before starting health-retries countdown
346-
- :whale: `--health-start-interval`: Interval between checks during the start period (unimplemented, see [`healthchecks.md`](./healthchecks.md))
347346
- :whale: `--no-healthcheck`: Disable any health checks defined by image or CLI
348347

349348
Logging flags:
@@ -454,7 +453,8 @@ IPFS flags:
454453

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

459459
### :whale: nerdctl exec
460460

0 commit comments

Comments
 (0)