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

Support higher verion docker-ce as system-docker

This commit is contained in:
niusmallnan
2018-02-27 17:55:59 +08:00
committed by niusmallnan
parent a7ba5d045b
commit 43f483a5ef
5 changed files with 17 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ import (
)
func (d *DockerConfig) FullArgs() []string {
args := []string{"daemon"}
args := []string{}
args = append(args, generateEngineOptsSlice(d.EngineOpts)...)
args = append(args, d.ExtraArgs...)
if d.TLS {