fix exec
This commit is contained in:
parent
4ed768abac
commit
50b18cb98e
1 changed files with 1 additions and 0 deletions
|
@ -410,6 +410,7 @@ func runExec(ctx context.Context, execArgs *executeArgs) func(cmd *cobra.Command
|
|||
PlatformPicker: func(_ []string) string {
|
||||
return execArgs.image
|
||||
},
|
||||
ValidVolumes: []string{"**"}, // All volumes are allowed for `exec` command
|
||||
}
|
||||
|
||||
if !execArgs.debug {
|
||||
|
|
Loading…
Add table
Reference in a new issue