mirror of
https://github.com/containers/podman.git
synced 2025-12-10 15:47:46 +08:00
podman-remote pause|unpause
Add the ability to pause and unpause containers with the remote client. Also turned on the pause tests! Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@@ -45,6 +45,7 @@ var mainCommands = []*cobra.Command{
|
||||
_killCommand,
|
||||
_loadCommand,
|
||||
_logsCommand,
|
||||
_pauseCommand,
|
||||
podCommand.Command,
|
||||
&_psCommand,
|
||||
_pullCommand,
|
||||
@@ -56,6 +57,7 @@ var mainCommands = []*cobra.Command{
|
||||
_stopCommand,
|
||||
_tagCommand,
|
||||
_umountCommand,
|
||||
_unpauseCommand,
|
||||
_versionCommand,
|
||||
_waitCommand,
|
||||
imageCommand.Command,
|
||||
|
||||
Reference in New Issue
Block a user