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