@@ -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
347346- :whale : ` --no-healthcheck ` : Disable any health checks defined by image or CLI
348347
349348Logging flags:
@@ -454,7 +453,8 @@ IPFS flags:
454453
455454Unimplemented ` 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
@@ -1809,7 +1809,7 @@ Push service images
18091809
18101810Usage: ` nerdctl compose push [OPTIONS] [SERVICE...] `
18111811
1812- Unimplemented ` docker-compose pull ` (V1) flags: ` --ignore-push-failures `
1812+ Unimplemented ` docker-compose push ` (V1) flags: ` --ignore-push-failures `
18131813
18141814### :whale : nerdctl compose pause
18151815
@@ -1994,7 +1994,13 @@ Network management:
19941994
19951995Compose:
19961996
1997- - ` docker-compose events|scale `
1997+ - ` docker compose attach `
1998+ - ` docker compose events `
1999+ - ` docker compose ls `
2000+ - ` docker compose scale `
2001+ - ` docker compose stats `
2002+ - ` docker compose wait `
2003+ - ` docker compose watch `
19982004
19992005Builder:
20002006
0 commit comments