diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-01-10 11:49:12 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-01-10 11:50:02 -0500 |
commit | 21402432d9ec85df9b7b59138506ba4afbfaf290 (patch) | |
tree | f55024ec303a50d7593c182ec6f4aef070118f1e | |
parent | c338da50ca91a872d156f0ba12fce91231200843 (diff) | |
download | podman-21402432d9ec85df9b7b59138506ba4afbfaf290.tar.gz podman-21402432d9ec85df9b7b59138506ba4afbfaf290.tar.bz2 podman-21402432d9ec85df9b7b59138506ba4afbfaf290.zip |
Trivial readme updates
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -23,23 +23,22 @@ At a high level, the scope of libpod and podman is the following: ## Roadmap -1. Python frontend for Varlink API +1. Allow the Podman CLI to use a Varlink backend to connect to remote Podman instances 1. Integrate libpod into CRI-O to replace its existing container management backend 1. Further work on the podman pod command 1. Further improvements on rootless containers -1. In-memory locking to replace file locks ## Out of scope * Signing and pushing images to various image storages. See [Skopeo](https://github.com/containers/skopeo/). -* Container Runtimes daemons for working with Kubernetes CRIs. +* Container Runtimes daemons for working with the Kubernetes CRI interface. See [CRI-O](https://github.com/kubernetes-sigs/cri-o). ## OCI Projects Plans The plan is to use OCI projects and best of breed libraries for different aspects: -- 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 +- 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 - Images: Image management using [containers/image](https://github.com/containers/image) - 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) |