You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/soci.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ See https://github.com/awslabs/soci-snapshotter to learn further information.
21
21
## Enable SOCI for `nerdctl run` and `nerdctl pull`
22
22
23
23
|:zap: Requirement | nerdctl >= 1.5.0 |
24
-
| ----------------- |------------------|
24
+
| ----------------- |----------------|
25
25
26
26
- Run `nerdctl` with `--snapshotter=soci`
27
27
```console
@@ -38,10 +38,10 @@ For images that already have SOCI indices, see https://gallery.ecr.aws/soci-work
38
38
## Enable SOCI for `nerdctl push`
39
39
40
40
|:zap: Requirement | nerdctl >= 1.6.0 |
41
-
| ----------------- |------------------|
41
+
| ----------------- |----------------|
42
42
43
43
- Push the image with SOCI index. Adding `--snapshotter=soci` arg to `nerdctl pull`, `nerdctl` will create the SOCI index and push the index to same destination as the image.
--soci-span-size and --soci-min-layer-size are two properties to customize the SOCI index. See [Command Reference](https://github.com/containerd/nerdctl/blob/377b2077bb616194a8ef1e19ccde32aa1ffd6c84/docs/command-reference.md?plain=1#L773) for further details.
0 commit comments