mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fn: remove tini option & env variable (#1301)
This commit is contained in:
@@ -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,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user