Remove DOCKER_EXECDRIVER env
Since --exec-driver flag has been removed, we don't need environment DOCKER_EXECDRIVER in integration-cli and Makefile any more. Signed-off-by: Lei Jitang <leijiang@huawei.com> Upstream-commit: 3c4dab51d33f6e90c45de83c01474bc60aee3766 Component: engine
This commit is contained in:
@ -212,7 +212,6 @@ test_env() {
|
||||
# use "env -i" to tightly control the environment variables that bleed into the tests
|
||||
env -i \
|
||||
DEST="$DEST" \
|
||||
DOCKER_EXECDRIVER="$DOCKER_EXECDRIVER" \
|
||||
DOCKER_GRAPHDRIVER="$DOCKER_GRAPHDRIVER" \
|
||||
DOCKER_USERLANDPROXY="$DOCKER_USERLANDPROXY" \
|
||||
DOCKER_HOST="$DOCKER_HOST" \
|
||||
|
||||
Reference in New Issue
Block a user