We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d878718 commit 7edaf6fCopy full SHA for 7edaf6f
README.md
@@ -46,7 +46,7 @@ $ cd busybox-bundle && sudo runc run busybox
46
More information about `oci-image-tool-validate` can be found in its [man page](./man/oci-image-tool-validate.1.md)
47
48
```
49
-$ oci-image-tool validate --type imageLayout --ref latest busybox-oci
+$ oci-image-tool validate --type imageLayout --ref name=latest busybox-oci
50
busybox-oci: OK
51
52
@@ -56,7 +56,7 @@ More information about `oci-image-tool-unpack` can be found in its [man page](./
56
57
58
$ mkdir busybox-bundle
59
-$ oci-image-tool unpack --ref latest busybox-oci busybox-bundle
+$ oci-image-tool unpack --ref name=latest busybox-oci busybox-bundle
60
$ tree busybox-bundle
61
busybox-bundle
62
├── bin
0 commit comments