add flag of privileged mode

This commit is contained in:
whywaita
2020-08-02 05:21:49 +09:00
parent bbc8123f27
commit 24bdb024bf
6 changed files with 8 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ type Input struct {
noOutput bool
envfile string
secretfile string
privileged bool
}
func (i *Input) resolve(path string) string {