github.com/kaisenlinux/docker.io@v0.0.0-20230510090727-ea55db55fac7/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