Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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
```

Expand All @@ -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
Expand Down
46 changes: 0 additions & 46 deletions cmd/oci-create-runtime-bundle/oci-create-runtime-bundle.1.md

This file was deleted.

42 changes: 0 additions & 42 deletions cmd/oci-image-validate/oci-image-validate.1.md

This file was deleted.

53 changes: 0 additions & 53 deletions cmd/oci-unpack/oci-unpack.1.md

This file was deleted.