This is a Dockerfile instructions to build a container image with DIND and some additional features
- Docker-Compose
- CURL
- Make
- Git
- SSH Client
- GCC
- Bash
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
- tag: latest based on docker:19
- tag: 19 based on docker:19