mirror of https://github.com/containers/podman.git
Remove umount command from remote client.
Since there is no mount command, it does not make sense to have umount. Signed-off-by: Ashley Cui <ashleycui16@gmail.com>
This commit is contained in:
parent
0906b32087
commit
93d3eb30a8
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue