diff --git a/README.md b/README.md index 3995646..508d53d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ More information about `oci-image-tool-create` can be found in its [man page](./ ``` $ mkdir busybox-bundle -$ oci-image-tool create --ref latest busybox-oci busybox-bundle +$ oci-image-tool create --ref name=latest busybox-oci busybox-bundle $ cd busybox-bundle && sudo runc run busybox ``` @@ -46,7 +46,7 @@ $ cd busybox-bundle && sudo runc run busybox More information about `oci-image-tool-validate` can be found in its [man page](./man/oci-image-tool-validate.1.md) ``` -$ oci-image-tool validate --type imageLayout --ref latest busybox-oci +$ oci-image-tool validate --type imageLayout --ref name=latest busybox-oci busybox-oci: OK ``` @@ -56,7 +56,7 @@ More information about `oci-image-tool-unpack` can be found in its [man page](./ ``` $ mkdir busybox-bundle -$ oci-image-tool unpack --ref latest busybox-oci busybox-bundle +$ oci-image-tool unpack --ref name=latest busybox-oci busybox-bundle $ tree busybox-bundle busybox-bundle ├── bin