mirror of
https://github.com/moby/moby.git
synced 2026-08-03 14:41:03 +00:00
6 lines
167 B
Docker
6 lines
167 B
Docker
FROM docker:17.12-dind
|
|
RUN apk add --no-cache curl
|
|
ENV DIND_CLIENT=true
|
|
COPY daemon.json /etc/docker/daemon.json
|
|
COPY diagnosticClient /usr/local/bin/diagnosticClient
|