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

@@ -251,7 +251,6 @@ type Config struct {
PreForkNetworks string `json:"pre_fork_networks"`
MaxTmpFsInodes uint64 `json:"max_tmpfs_inodes"`
EnableReadOnlyRootFs bool `json:"enable_readonly_rootfs"`
EnableTini bool `json:"enable_tini"`
MaxRetries uint64 `json:"max_retries"`
}