.nh .TH podman\-unpause(1) .SH NAME .PP podman\-unpause \- Unpause one or more containers .SH SYNOPSIS .PP \fBpodman unpause\fP [\fIoptions\fP]|[\fIcontainer\fP ...] .PP \fBpodman container unpause\fP [\fIoptions\fP]|[\fIcontainer\fP ...] .SH DESCRIPTION .PP Unpauses the processes in one or more containers. You may use container IDs or names as input. .SH OPTIONS .SS \fB\-\-all\fP, \fB\-a\fP .PP Unpause all paused containers. .SH EXAMPLE .PP Unpause a container called 'mywebserver' .PP .RS .nf podman unpause mywebserver .fi .RE .PP Unpause a container by a partial container ID. .PP .RS .nf podman unpause 860a4b23 .fi .RE .PP Unpause all \fBpaused\fP containers. .PP .RS .nf podman unpause \-a .fi .RE .SH SEE ALSO .PP podman(1), podman\-pause(1) .SH HISTORY .PP September 2017, Originally compiled by Dan Walsh dwalsh@redhat.com \[la]mailto:dwalsh@redhat.com\[ra]