Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add bundle.go to verify a bundle #10

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from 5 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
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ VERSION:
0.0.1

COMMANDS:
generate generate a OCI spec file
help, h Shows a list of commands or help for one command
generate generate a OCI spec file
bundleValidate validate a OCI bundle
validate validate a OCI spec file
help, h Shows a list of commands or help for one command

GLOBAL OPTIONS:
--help, -h show help
Expand Down Expand Up @@ -59,6 +61,22 @@ OPTIONS:
--root-propagation mount propagation for root
```

Bundle Validate
------------------------------------------

```
# ocitools bundleValidate --help
NAME:
bundleValidate - validate a OCI bundle

USAGE:
command bundleValidate [command options] [arguments...]

OPTIONS:
--path path to the bundle (could either be a directory or an archived file)

```

Testing OCI runtimes
------------------------------------------

Expand Down
Loading