1podman-play(1)() podman-play(1)()
2
3
4
6 podman-play - Play pods and containers based on a structured input file
7
8
10 podman play subcommand
11
12
14 The play command will recreate pods and containers based on the input
15 from a structured (like YAML) file input. Containers will be automati‐
16 cally started.
17
18
20 ┌────────┬─────────────────────┬─────────────────────┐
21 │Command │ Man Page │ Description │
22 ├────────┼─────────────────────┼─────────────────────┤
23 │kube │ podman-play-kube(1) │ Create pods and │
24 │ │ │ containers based on │
25 │ │ │ Kubernetes YAML. │
26 └────────┴─────────────────────┴─────────────────────┘
27
29 podman, podman-pod(1), podman-container(1), podman-generate(1), pod‐
30 man-play(1), podman-play-kube(1)
31
32
33
34 podman-play(1)()