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

@@ -25,7 +25,7 @@ const (
ModulesArchive = "/modules.tar"
Debug = false
SystemDockerLog = "/var/log/system-docker.log"
SystemDockerBin = "/usr/bin/system-docker"
SystemDockerBin = "/usr/bin/system-dockerd"
HashLabel = "io.rancher.os.hash"
IDLabel = "io.rancher.os.id"