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

@@ -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,
},
}