summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-02-26 10:38:04 +0100
committerGitHub <noreply@github.com>2019-02-26 10:38:04 +0100
commit05450f3162347b2d2b2f61559a6b8261f7dffec9 (patch)
tree1f8337b3ab78478aeaed0e246e014a1370749cab
parentf9ef82ee7cf59deab6bf1b19e531fc02efe6a0d7 (diff)
parentaf8f29b677057c724909cfb7777c2f299dec77ee (diff)
downloadpodman-05450f3162347b2d2b2f61559a6b8261f7dffec9.tar.gz
podman-05450f3162347b2d2b2f61559a6b8261f7dffec9.tar.bz2
podman-05450f3162347b2d2b2f61559a6b8261f7dffec9.zip
Merge pull request #2428 from vrothberg/docker-compose-out-of-scope
README: update "out of scope" section
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index 08c584c72..4ea63d5b9 100644
--- a/README.md
+++ b/README.md
@@ -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