Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | podman play kube: add containers to pod | baude | 2019-01-11 |
| | | | | | | | | | when defining containers, we missed the conditional logic to allow the container to be defined with "WithPod" and so forth. I had to slightly modify the createcontainer process to pass a libpod.Pod that could override things; use nil as no pod. Signed-off-by: baude <bbaude@redhat.com> | ||
* | Add Play | baude | 2018-12-19 |
podman play kube adds the ability for the user to recreate pods and containers from a Kubernetes YAML file in libpod. Signed-off-by: baude <bbaude@redhat.com> |