diff options
author | Peter Hunt <pehunt@redhat.com> | 2019-05-17 18:02:29 -0400 |
---|---|---|
committer | Peter Hunt <pehunt@redhat.com> | 2019-05-18 19:33:12 -0400 |
commit | 900dd3e6333fe68838214e05f19399afd8887cf2 (patch) | |
tree | a42591e441612e5107bd471423de319d2b9cb5ee /README.md | |
parent | 00ecbfc1315a62940202574fb45f2ae2f4c48b63 (diff) | |
download | podman-900dd3e6333fe68838214e05f19399afd8887cf2.tar.gz podman-900dd3e6333fe68838214e05f19399afd8887cf2.tar.bz2 podman-900dd3e6333fe68838214e05f19399afd8887cf2.zip |
Fixup conmon documentation
Signed-off-by: Peter Hunt <pehunt@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ The plan is to use OCI projects and best of breed libraries for different aspect - Storage: Container and image storage is managed by [containers/storage](https://github.com/containers/storage) - Networking: Networking support through use of [CNI](https://github.com/containernetworking/cni) - Builds: Builds are supported via [Buildah](https://github.com/containers/buildah). -- Conmon: [Conmon](https://github.com/cri-o/cri-o) is a tool for monitoring OCI runtimes. It is part of the CRI-O package +- Conmon: [Conmon](https://github.com/containers/conmon) is a tool for monitoring OCI runtimes. ## Podman Information for Developers |