mirror of
https://github.com/containers/podman.git
synced 2025-06-19 00:06: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,
|
_refreshCommand,
|
||||||
_searchCommand,
|
_searchCommand,
|
||||||
_statsCommand,
|
_statsCommand,
|
||||||
|
_umountCommand,
|
||||||
_unshareCommand,
|
_unshareCommand,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -59,7 +59,6 @@ var mainCommands = []*cobra.Command{
|
|||||||
_stopCommand,
|
_stopCommand,
|
||||||
_tagCommand,
|
_tagCommand,
|
||||||
_topCommand,
|
_topCommand,
|
||||||
_umountCommand,
|
|
||||||
_unpauseCommand,
|
_unpauseCommand,
|
||||||
_versionCommand,
|
_versionCommand,
|
||||||
_waitCommand,
|
_waitCommand,
|
||||||
|
Reference in New Issue
Block a user