mirror of
https://github.com/containers/podman.git
synced 2025-06-17 06:57:43 +08:00
Merge pull request #3451 from ashley-cui/unmount
Remove umount command from remote client.
This commit is contained in:
@ -19,6 +19,7 @@ func getMainCommands() []*cobra.Command {
|
||||
_refreshCommand,
|
||||
_searchCommand,
|
||||
_statsCommand,
|
||||
_umountCommand,
|
||||
_unshareCommand,
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,6 @@ var mainCommands = []*cobra.Command{
|
||||
_stopCommand,
|
||||
_tagCommand,
|
||||
_topCommand,
|
||||
_umountCommand,
|
||||
_unpauseCommand,
|
||||
_versionCommand,
|
||||
_waitCommand,
|
||||
|
Reference in New Issue
Block a user