diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2019-02-25 15:08:02 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2019-02-25 17:03:32 +0100 |
commit | af8f29b677057c724909cfb7777c2f299dec77ee (patch) | |
tree | d53fa2928ba41acb10e2ac3ae22727b0e50d774d /README.md | |
parent | 553ac800c87b31de0bb22ae0c6f2e2e24bdcfe73 (diff) | |
download | podman-af8f29b677057c724909cfb7777c2f299dec77ee.tar.gz podman-af8f29b677057c724909cfb7777c2f299dec77ee.tar.bz2 podman-af8f29b677057c724909cfb7777c2f299dec77ee.zip |
README: update "out of scope" section
Also mention that Podman does/will not support `docker-compose`.
Fixes: https://github.com/containers/libpod/issues/746#issuecomment-467011211
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -31,10 +31,15 @@ This project tests all builds against each supported version of Fedora, the late ## Out of scope -* Signing and pushing images to various image storages. - See [Skopeo](https://github.com/containers/skopeo/). -* Container Runtimes daemons for working with the Kubernetes CRI interface. - See [CRI-O](https://github.com/kubernetes-sigs/cri-o). +* Specializing in signing and pushing images to various storage backends. + See [Skopeo](https://github.com/containers/skopeo/) for those tasks. +* Container runtimes daemons for working with the Kubernetes CRI interface. + [CRI-O](https://github.com/kubernetes-sigs/cri-o) specializes in that. +* Supporting `docker-compose`. We believe that Kubernetes is the defacto + standard for container orchestration. Hence, Podman allows the creation of + Pods from a Kubernetes YAML file. See + [podman-play-kube](https://github.com/containers/libpod/blob/master/docs/podman-play-kube.1.md) + for more details. ## OCI Projects Plans |