Skip to content

Commit

Permalink
update readme - done by linzhinan@huawei.com
Browse files Browse the repository at this point in the history
Signed-off-by: liang chenye <liangchenye@huawei.com>
  • Loading branch information
liangchenye committed May 9, 2016
1 parent bf3eeee commit 164b4df
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,19 @@ FATA[0000] Bundle path shouldn't be empty
## Testing OCI runtimes
```sh
$ make
$ sudo make install
$ sudo ./test_runtime.sh -r runc
-----------------------------------------------------------------------------------
VALIDATING RUNTIME: runc
-----------------------------------------------------------------------------------
validating container process
validating capabilities
validating hostname
validating rlimits
validating sysctls
Runtime runc passed validation
# ocitools runtimetest --help
NAME:
runtimetest - test if a runtime is comlpliant to oci specs
USAGE:
command runtimetest [command options] [arguments...]
OPTIONS:
--runtime, -r runtime to be tested
--output, -o output format,
-o=all: ouput sucessful details and statics, -o=err-only: ouput failure details and statics
--debug, -d switch of debug mode, defaults to false, with '--debug' to enable debug mode
```
[bundle]: https://github.com/opencontainers/runtime-spec/blob/master/bundle.md
Expand Down

1 comment on commit 164b4df

@wking
Copy link
Contributor

@wking wking commented on 164b4df May 9, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no need for the “done by” summary in the commit message. If zen Lin was the primary author for this commit, use --author 'linzhinan(zen Lin) <linzhinan@huawei.com>' when making (or amending) the commit. It looks like this cherry-picks and resolves conflicts for 37b9346 from #9?

Please sign in to comment.