github.com/Heebron/moby@v0.0.0-20221111184709-6eab4f55faf7/libnetwork/cmd/diagnostic/Dockerfile.dind (about) 1 FROM docker:17.12-dind 2 RUN apk add --no-cache curl 3 ENV DIND_CLIENT=true 4 COPY daemon.json /etc/docker/daemon.json 5 COPY diagnosticClient /usr/local/bin/diagnosticClient