Skip to content

Commit ecce184

Browse files
authored
Merge pull request #749 from AkihiroSuda/doc-registry
docs/registry.md: add guide for managed services (ECR, ACR, Docker Hub, GHCR, pkg.dev, GCR, quay.io)
2 parents ce3f38a + 535b375 commit ecce184

File tree

2 files changed

+356
-5
lines changed

2 files changed

+356
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ It does not necessarily mean that the corresponding features are missing in cont
222222
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
223223
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
224224

225-
- [Run & Exec](#run--exec)
225+
- [Container management](#container-management)
226226
- [:whale: :blue_square: nerdctl run](#whale-blue_square-nerdctl-run)
227227
- [: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)
229229
- [:whale: :blue_square: nerdctl ps](#whale-blue_square-nerdctl-ps)
230230
- [:whale: :blue_square: nerdctl inspect](#whale-blue_square-nerdctl-inspect)
231231
- [:whale: nerdctl logs](#whale-nerdctl-logs)
@@ -296,6 +296,7 @@ It does not necessarily mean that the corresponding features are missing in cont
296296
- [:whale: nerdctl compose pull](#whale-nerdctl-compose-pull)
297297
- [:whale: nerdctl compose push](#whale-nerdctl-compose-push)
298298
- [:whale: nerdctl compose config](#whale-nerdctl-compose-config)
299+
- [:whale: nerdctl compose kill](#whale-nerdctl-compose-kill)
299300
- [IPFS management](#ipfs-management)
300301
- [:nerd_face: nerdctl ipfs registry up](#nerd_face-nerdctl-ipfs-registry-up)
301302
- [:nerd_face: nerdctl ipfs registry down](#nerd_face-nerdctl-ipfs-registry-down)
@@ -925,7 +926,7 @@ Usage: `nerdctl network create [OPTIONS] NETWORK`
925926
Flags:
926927
- :whale: `-d, --driver=(bridge|nat)`: Driver to manage the Network
927928
- :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
929930
- :whale: `-o, --opt`: Set driver specific options
930931
- :whale: `--opt=com.docker.network.driver.mtu=<MTU>`: Set the containers network MTU
931932
- :nerd_face: `--opt=mtu=<MTU>`: Alias of `--opt=com.docker.network.driver.mtu=<MTU>`
@@ -1143,9 +1144,10 @@ Flags:
11431144
- :nerd_face: `--ipfs`: Build images with pulling base images from IPFS. See [`./docs/ipfs.md`](./docs/ipfs.md) for details.
11441145
- :whale: `--quiet-pull`: Pull without printing progress information
11451146
- :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
11461148

11471149
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`
11491151

11501152
Unimplemented `docker compose up` (V2) flags: `--environment`
11511153

@@ -1160,7 +1162,7 @@ Flags:
11601162
- :whale: `--timestamps`: Show timestamps
11611163
- :whale: `--tail`: Number of lines to show from the end of the logs
11621164

1163-
Unimplemented `docker compose build` (V2) flags: `--since`, `--until`
1165+
Unimplemented `docker compose logs` (V2) flags: `--since`, `--until`
11641166

11651167
### :whale: nerdctl compose build
11661168
Build or rebuild services.

0 commit comments

Comments
 (0)