diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-02-26 15:27:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-26 15:27:11 +0100 |
commit | 8a5e1038766b34f8cb4fbe53829ebb0dc8c0ca0a (patch) | |
tree | bb5be7ecb3826769e8ebc529243e4a08a86c5cda /README.md | |
parent | 02988f17f6664204fbd5ec711f82de2811678b80 (diff) | |
parent | 7fea0d7077cbcbcec1958e31b361009b87e77398 (diff) | |
download | podman-8a5e1038766b34f8cb4fbe53829ebb0dc8c0ca0a.tar.gz podman-8a5e1038766b34f8cb4fbe53829ebb0dc8c0ca0a.tar.bz2 podman-8a5e1038766b34f8cb4fbe53829ebb0dc8c0ca0a.zip |
Merge pull request #2438 from vrothberg/scope-v2
[skip ci] readme/docs update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -36,10 +36,14 @@ This project tests all builds against each supported version of Fedora, the late * 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. + standard for composing Pods and for orchestrating containers, making + Kubernetes YAML a defacto standard file format. Hence, Podman allows the + creation and execution of Pods from a Kubernetes YAML file (see + [podman-play-kube](https://github.com/containers/libpod/blob/master/docs/podman-play-kube.1.md)). + Podman can also generate Kubernetes YAML based on a container or Pod (see + [podman-generate-kube](https://github.com/containers/libpod/blob/master/docs/podman-generate-kube.1.md)), + which allows for an easy transition from a local development environment + to a production Kubernetes cluster. ## OCI Projects Plans |