fn: remove tini option & env variable (#1301)

This commit is contained in:
Tolga Ceylan
2018-11-07 12:35:19 -08:00
committed by GitHub
parent 46c25215f4
commit 25afb2f478
4 changed files with 1 additions and 6 deletions

View File

@@ -226,7 +226,6 @@ func NewDockerDriver(cfg *Config) (drivers.Driver, error) {
PreForkNetworks: cfg.PreForkNetworks,
MaxTmpFsInodes: cfg.MaxTmpFsInodes,
EnableReadOnlyRootFs: !cfg.DisableReadOnlyRootFs,
EnableTini: !cfg.DisableTini,
MaxRetries: cfg.MaxDockerRetries,
})
}