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:
@@ -231,7 +231,7 @@ func (drv *DockerDriver) CreateCookie(ctx context.Context, task drivers.Containe
|
||||
},
|
||||
HostConfig: &docker.HostConfig{
|
||||
ReadonlyRootfs: drv.conf.EnableReadOnlyRootFs,
|
||||
Init: drv.conf.EnableTini,
|
||||
Init: true,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user