github.com/containers/podman/v2@v2.2.2-0.20210501105131-c1e07d070c4c/docs/source/markdown/podman-play.1.md (about) 1 % podman-play(1) 2 3 ## NAME 4 podman\-play - Play pods and containers based on a structured input file 5 6 ## SYNOPSIS 7 **podman play** *subcommand* 8 9 ## DESCRIPTION 10 The play command will recreate pods and containers based on the input from a structured (like YAML) 11 file input. Containers will be automatically started. 12 13 ## COMMANDS 14 15 | Command | Man Page | Description | 16 | ------- | --------------------------------------------------- | ---------------------------------------------------------------------------- | 17 | kube | [podman-play-kube(1)](podman-play-kube.1.md) | Create pods and containers based on Kubernetes YAML. | 18 19 ## SEE ALSO 20 podman, podman-pod(1), podman-container(1), podman-generate(1), podman-play(1), podman-play-kube(1)