Merge pull request #3032 from baude/remotestop

podman-remote stop
This commit is contained in:
OpenShift Merge Robot
2019-04-29 14:12:28 -07:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,6 @@ func getContainerSubCommands() []*cobra.Command {
_restoreCommand, _restoreCommand,
_runlabelCommand, _runlabelCommand,
_statsCommand, _statsCommand,
_stopCommand,
_umountCommand, _umountCommand,
} }
} }

View File

@ -64,6 +64,7 @@ var (
_runCommand, _runCommand,
_rmCommand, _rmCommand,
_startCommand, _startCommand,
_stopCommand,
_topCommand, _topCommand,
_unpauseCommand, _unpauseCommand,
_waitCommand, _waitCommand,