mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +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}"
|
||||
fi
|
||||
|
||||
# temporary fix until -rc2
|
||||
DOCKER_OPTS="-s overlay"
|
||||
|
||||
command="${DOCKER_BINARY:-/usr/bin/docker}"
|
||||
|
||||
pidfile="/run/docker.pid"
|
||||
|
Loading…
Reference in New Issue
Block a user