mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-19 04:07:34 +00:00
Clear Linux VERSION and default exec driver.
Signed-off-by: James Hunt <james.o.hunt@intel.com>
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
var (
|
||||
defaultPidFile = "/var/run/docker.pid"
|
||||
defaultGraph = "/var/lib/docker"
|
||||
defaultExec = "native"
|
||||
defaultExec = "clr"
|
||||
)
|
||||
|
||||
// Config defines the configuration of a docker daemon.
|
||||
|
||||
Reference in New Issue
Block a user