mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
@ -51,7 +51,6 @@ func getContainerSubCommands() []*cobra.Command {
|
|||||||
_restoreCommand,
|
_restoreCommand,
|
||||||
_runlabelCommand,
|
_runlabelCommand,
|
||||||
_statsCommand,
|
_statsCommand,
|
||||||
_stopCommand,
|
|
||||||
_umountCommand,
|
_umountCommand,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -64,6 +64,7 @@ var (
|
|||||||
_runCommand,
|
_runCommand,
|
||||||
_rmCommand,
|
_rmCommand,
|
||||||
_startCommand,
|
_startCommand,
|
||||||
|
_stopCommand,
|
||||||
_topCommand,
|
_topCommand,
|
||||||
_unpauseCommand,
|
_unpauseCommand,
|
||||||
_waitCommand,
|
_waitCommand,
|
||||||
|
Reference in New Issue
Block a user