mirror of
https://github.com/containers/podman.git
synced 2025-06-21 01:19:15 +08:00
cmd: set correct parent for container exec
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -70,7 +70,7 @@ func init() {
|
||||
registry.Commands = append(registry.Commands, registry.CliCommand{
|
||||
Mode: []entities.EngineMode{entities.ABIMode},
|
||||
Command: containerExecCommand,
|
||||
Parent: containerCommitCommand,
|
||||
Parent: containerCmd,
|
||||
})
|
||||
|
||||
containerExecFlags := containerExecCommand.Flags()
|
||||
|
Reference in New Issue
Block a user