mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-29 13:38:00 +00:00
force overlay for now, until -rc2
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
7f57ee0b88
commit
1bdf9b9603
@ -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