This commit is contained in:
Zettat123 2023-06-13 10:44:31 +08:00
parent 4ed768abac
commit 50b18cb98e

View file

@ -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 {