github.com/hanks177/podman/v4@v4.1.3-0.20220613032544-16d90015bc83/docs/source/markdown/podman-play.1.md (about) 1 % podman-play(1) 2 3 ## NAME 4 podman\-play - Play containers, pods or volumes based on a structured input file 5 6 ## SYNOPSIS 7 **podman play** *subcommand* 8 9 ## DESCRIPTION 10 The play command will recreate containers, pods or volumes 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 containers, pods or volumes based on Kubernetes YAML. | 18 19 ## SEE ALSO 20 **[podman(1)](podman.1.md)**, **[podman-pod(1)](podman-pod.1.md)**, **[podman-container(1)](podman-container.1.md)**, **[podman-generate(1)](podman-generate.1.md)**, **[podman-play-kube(1)](podman-play-kube.1.md)**