Clear Linux VERSION and default exec driver.

Signed-off-by: James Hunt <james.o.hunt@intel.com>
This commit is contained in:
James Hunt
2015-11-12 17:17:06 +00:00
parent 0a19f03d99
commit e87d4b5af0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
1.9.1
1.9.1-clear-containers
+1 -1
View File
@@ -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.