This is a Dockerfile instructions to build a container image with DIND and some additional features
docker run -it --rm --privileged --name dind -v /var/run/docker.sock:/var/run/docker.sock -v ${host_wd}:${container_wd} -w ${container_wd} gurukami/dind:latest
Content type
Image
Digest
Size
144.7 MB
Last updated
over 6 years ago
docker pull gurukami/dind