File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ More information about `oci-image-tool-create` can be found in its [man page](./
3737
3838```
3939$ mkdir busybox-bundle
40- $ oci-image-tool create --ref latest busybox-oci busybox-bundle
40+ $ oci-image-tool create --ref name= latest busybox-oci busybox-bundle
4141$ cd busybox-bundle && sudo runc run busybox
4242```
4343
@@ -46,7 +46,7 @@ $ cd busybox-bundle && sudo runc run busybox
4646More information about ` oci-image-tool-validate ` can be found in its [ man page] ( ./man/oci-image-tool-validate.1.md )
4747
4848```
49- $ oci-image-tool validate --type imageLayout --ref latest busybox-oci
49+ $ oci-image-tool validate --type imageLayout --ref name= latest busybox-oci
5050busybox-oci: OK
5151```
5252
@@ -56,7 +56,7 @@ More information about `oci-image-tool-unpack` can be found in its [man page](./
5656
5757```
5858$ mkdir busybox-bundle
59- $ oci-image-tool unpack --ref latest busybox-oci busybox-bundle
59+ $ oci-image-tool unpack --ref name= latest busybox-oci busybox-bundle
6060$ tree busybox-bundle
6161busybox-bundle
6262├── bin
You can’t perform that action at this time.
0 commit comments