1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 07:15:41 +00:00

Remove rkt support

This commit is contained in:
Josh Curl
2016-06-17 16:49:12 -07:00
parent 3cdbf2ef0c
commit 73ea4c9bcd
5 changed files with 1 additions and 49 deletions

View File

@@ -166,7 +166,6 @@ func getLaunchConfig(cfg *config.CloudConfig, dockerCfg *config.DockerConfig) (*
launchConfig.DnsConfig.Nameservers = cfg.Rancher.Defaults.Network.Dns.Nameservers
launchConfig.DnsConfig.Search = cfg.Rancher.Defaults.Network.Dns.Search
launchConfig.Environment = dockerCfg.Environment
launchConfig.EmulateSystemd = true
if !cfg.Rancher.Debug {
launchConfig.LogFile = config.SYSTEM_DOCKER_LOG