You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support for pods to manage groups of containers together
18
+
* Resource isolation of containers and pods.
18
19
19
20
## What is not in scope for this project?
20
21
21
-
* Building container images. See [Buildah](https://github.com/projectatomic/buildah).
22
22
* Signing and pushing images to various image storages. See [Skopeo](https://github.com/projectatomic/skopeo/).
23
-
* Container Runtimes daemons for working with Kubernetes CRIs. See [CRI-O](https://github.com/kubernetes-incubator/cri-o).
23
+
* Container Runtimes daemons for working with Kubernetes CRIs. See [CRI-O](https://github.com/kubernetes-incubator/cri-o). We are working to integrate libpod into CRI-O to share containers and backend code with Podman.
24
24
25
25
## OCI Projects Plans
26
26
27
27
The plan is to use OCI projects and best of breed libraries for different aspects:
28
-
- Runtime: [runc](https://github.com/opencontainers/runc) (or any OCI runtime-spec implementation) and [oci runtime tools](https://github.com/opencontainers/runtime-tools)
28
+
- Runtime: [runc](https://github.com/opencontainers/runc) (or any OCI compliant runtime) and [oci runtime tools](https://github.com/opencontainers/runtime-tools) to generate the spec
29
29
- Images: Image management using [containers/image](https://github.com/containers/image)
30
-
- Storage: Storage and management of image layers using[containers/storage](https://github.com/containers/storage)
30
+
- Storage: Container and image storage is managed by[containers/storage](https://github.com/containers/storage)
31
31
- Networking: Networking support through use of [CNI](https://github.com/containernetworking/cni)
32
-
- Conmon: [conmon](https://github.com/kubernetes-incubator/cri-o) Conmon is a tool for monitoring OCI runtimes. Part of the CRI-O package
32
+
- Builds: Builds are supported via [Buildah](https://github.com/projectatomic/buildah).
33
+
- Conmon: [Conmon](https://github.com/kubernetes-incubator/cri-o) is a tool for monitoring OCI runtimes. It is part of the CRI-O package
33
34
34
35
## Podman Information for Developers
35
36
@@ -48,18 +49,18 @@ Useful information for ops and dev transfer as it relates to infrastructure that
48
49
includes tables showing Docker commands and their Podman equivalent commands.
49
50
50
51
**[Podman API](/API.md)**
51
-
Documentation on the Podman API using varlink.
52
+
Documentation on the Podman API using [Varlink](https://www.varlink.org/).
0 commit comments