mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
force overlay for now, until -rc2
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
d88907511b
commit
bfa1720456
@ -14,6 +14,9 @@ then
|
|||||||
DOCKER_OPTS="${DOCKER_OPTS:- -s overlay}"
|
DOCKER_OPTS="${DOCKER_OPTS:- -s overlay}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# temporary fix until -rc2
|
||||||
|
DOCKER_OPTS="-s overlay"
|
||||||
|
|
||||||
command="${DOCKER_BINARY:-/usr/bin/docker}"
|
command="${DOCKER_BINARY:-/usr/bin/docker}"
|
||||||
|
|
||||||
pidfile="/run/docker.pid"
|
pidfile="/run/docker.pid"
|
||||||
|
Loading…
Reference in New Issue
Block a user