.nh .TH podman\-pod\-start(1) .SH NAME .PP podman\-pod\-start \- Start one or more pods .SH SYNOPSIS .PP \fBpodman pod start\fP [\fIoptions\fP] \fIpod\fP ... .SH DESCRIPTION .PP Start containers in one or more pods. You may use pod IDs or names as input. The pod must have a container attached to be started. .SH OPTIONS .SS \fB\-\-all\fP, \fB\-a\fP .PP Starts all pods .SS \fB\-\-latest\fP, \fB\-l\fP .PP Instead of providing the pod name or ID, start the last created pod. .PP The latest option is not supported on the remote client. .SS \fB\-\-pod\-id\-file\fP .PP Read pod ID from the specified file and start the pod. Can be specified multiple times. .SH EXAMPLE .PP podman pod start mywebserverpod .PP podman pod start 860a4b23 5421ab4 .PP podman pod start \-\-latest .PP podman pod start \-\-all .PP podman pod start \-\-pod\-id\-file /path/to/id/file .SH SEE ALSO .PP podman\-pod(1), podman\-pod\-stop(1), podman\-start(1) .SH HISTORY .PP July 2018, Adapted from podman start man page by Peter Hunt pehunt@redhat.com \[la]mailto:pehunt@redhat.com\[ra]