Merge pull request #497 from mikebrow/doc-crictl

add docs for using crictl
This commit is contained in:
Lantao Liu
2017-12-13 17:54:48 -08:00
committed by GitHub
2 changed files with 176 additions and 0 deletions

View File

@@ -113,6 +113,9 @@ CONTAINER_RUNTIME=remote CONTAINER_RUNTIME_ENDPOINT='/var/run/cri-containerd.soc
```
### Test
See [here](./docs/testing.md) for information about test.
## Using crictl
See [here](./docs/crictl.md) for information about using `crictl` to debug
pods, containers, and images.
## Documentation
See [here](./docs) for additional documentation.
## Contributing