mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Remove conmon, get package from CRI-O
conmon should not be built in two different places. conmon is now a separate package in Fedora so we can just add requires, for use on Ubuntu we can just require cri-o to be installed. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #151 Approved by: mheon
This commit is contained in:

committed by
Atomic Bot

parent
fb58b87398
commit
3aa63b2b94
@ -29,6 +29,7 @@ The plan is to use OCI projects and best of breed libraries for different aspect
|
||||
- Images: Image management using [containers/image](https://github.com/containers/image)
|
||||
- Storage: Storage and management of image layers using [containers/storage](https://github.com/containers/storage)
|
||||
- Networking: Networking support through use of [CNI](https://github.com/containernetworking/cni)
|
||||
- Conmon: [conmon](https://github.com/kubernetes-incubator/cri-o) Conmon is a tool for monitoring OCI runtimes. Part of the CRI-O package
|
||||
|
||||
## Podman Information for Developers
|
||||
|
||||
|
Reference in New Issue
Block a user