@@ -222,10 +222,10 @@ It does not necessarily mean that the corresponding features are missing in cont
222
222
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
223
223
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
224
224
225
- - [ Run & Exec ] ( #run--exec )
225
+ - [ Container management ] ( #container-management )
226
226
- [ :whale : :blue_square : nerdctl run] ( #whale-blue_square-nerdctl-run )
227
227
- [ :whale : :blue_square : nerdctl exec] ( #whale-blue_square-nerdctl-exec )
228
- - [ Container management ] ( #container-management )
228
+ - [ : whale : : blue_square : nerdctl create ] ( #whale-blue_square-nerdctl-create )
229
229
- [ :whale : :blue_square : nerdctl ps] ( #whale-blue_square-nerdctl-ps )
230
230
- [ :whale : :blue_square : nerdctl inspect] ( #whale-blue_square-nerdctl-inspect )
231
231
- [ :whale : nerdctl logs] ( #whale-nerdctl-logs )
@@ -296,6 +296,7 @@ It does not necessarily mean that the corresponding features are missing in cont
296
296
- [ :whale : nerdctl compose pull] ( #whale-nerdctl-compose-pull )
297
297
- [ :whale : nerdctl compose push] ( #whale-nerdctl-compose-push )
298
298
- [ :whale : nerdctl compose config] ( #whale-nerdctl-compose-config )
299
+ - [ :whale : nerdctl compose kill] ( #whale-nerdctl-compose-kill )
299
300
- [ IPFS management] ( #ipfs-management )
300
301
- [ :nerd_face : nerdctl ipfs registry up] ( #nerd_face-nerdctl-ipfs-registry-up )
301
302
- [ :nerd_face : nerdctl ipfs registry down] ( #nerd_face-nerdctl-ipfs-registry-down )
@@ -925,7 +926,7 @@ Usage: `nerdctl network create [OPTIONS] NETWORK`
925
926
Flags:
926
927
- :whale : ` -d, --driver=(bridge|nat) ` : Driver to manage the Network
927
928
- :whale : ` --driver=bridge ` : Default driver for unix
928
- - :nerd_face : :blue_square : ` --driver=nat ` : Default driver for windows
929
+ - :whale : :blue_square : ` --driver=nat ` : Default driver for windows
929
930
- :whale : ` -o, --opt ` : Set driver specific options
930
931
- :whale : ` --opt=com.docker.network.driver.mtu=<MTU> ` : Set the containers network MTU
931
932
- :nerd_face : ` --opt=mtu=<MTU> ` : Alias of ` --opt=com.docker.network.driver.mtu=<MTU> `
@@ -1143,9 +1144,10 @@ Flags:
1143
1144
- :nerd_face : ` --ipfs ` : Build images with pulling base images from IPFS. See [ ` ./docs/ipfs.md ` ] ( ./docs/ipfs.md ) for details.
1144
1145
- :whale : ` --quiet-pull ` : Pull without printing progress information
1145
1146
- :whale : ` --scale ` : Scale SERVICE to NUM instances. Overrides the ` scale ` setting in the Compose file if present.
1147
+ - :whale : ` --remove-orphans ` : Remove containers for services not defined in the Compose file
1146
1148
1147
1149
Unimplemented ` docker-compose up ` (V1) flags: ` --no-deps ` , ` --force-recreate ` , ` --always-recreate-deps ` , ` --no-recreate ` ,
1148
- ` --no-start ` , ` --abort-on-container-exit ` , ` --attach-dependencies ` , ` --timeout ` , ` --renew-anon-volumes ` , ` --remove-orphans ` , ` -- exit-code-from`
1150
+ ` --no-start ` , ` --abort-on-container-exit ` , ` --attach-dependencies ` , ` --timeout ` , ` --renew-anon-volumes ` , ` --exit-code-from `
1149
1151
1150
1152
Unimplemented ` docker compose up ` (V2) flags: ` --environment `
1151
1153
@@ -1160,7 +1162,7 @@ Flags:
1160
1162
- :whale : ` --timestamps ` : Show timestamps
1161
1163
- :whale : ` --tail ` : Number of lines to show from the end of the logs
1162
1164
1163
- Unimplemented ` docker compose build ` (V2) flags: ` --since ` , ` --until `
1165
+ Unimplemented ` docker compose logs ` (V2) flags: ` --since ` , ` --until `
1164
1166
1165
1167
### :whale : nerdctl compose build
1166
1168
Build or rebuild services.
0 commit comments