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

@@ -28,6 +28,7 @@ type Config struct {
Env map[string]string // env for containers
Secrets map[string]string // list of secrets
Platforms map[string]string // list of platforms
Privileged bool // use privileged mode
}
type runnerImpl struct {