From 3c1b4e602b15b52612213cb600fce5eeb350b2a4 Mon Sep 17 00:00:00 2001 From: Michael Irwin Date: Tue, 22 Oct 2019 11:26:49 -0400 Subject: [PATCH] Enable CLI experimental option to support docker app usage (#363) --- dockerfiles/dind/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/dind/Dockerfile b/dockerfiles/dind/Dockerfile index 02eb4db..6e0aada 100644 --- a/dockerfiles/dind/Dockerfile +++ b/dockerfiles/dind/Dockerfile @@ -15,7 +15,7 @@ RUN mkdir -p /opt && cd /opt && \ ./configure && make install LDFLAGS=-lintl && \ rm -rf httping-2.5 - +ENV DOCKER_CLI_EXPERIMENTAL=enabled ENV DOCKERAPP_VERSION=v0.6.0 ENV COMPOSE_VERSION=1.23.2 # Install Compose and Machine