Docker in Docker Alpine Linux image with support for latest Docker release.
sudo docker run -d --rm \
-v /tmp/dind:/var/run \
--privileged \
fgrehm/alpine-dind
DOCKER_HOST='unix:///tmp/dind/docker.sock' \
sudo -E docker run -ti --rm busybox echo 'IT WORKS!'
This was originally based on the alpine image available at https://github.com/jpetazzo/dind/tree/master/alpine
and it used to bundle the wrapdocker script
provided by it. These days, it uses the hack/dind script available on the Docker
project.
Content type
Image
Digest
sha256:ef9bf1179…
Size
20 MB
Last updated
about 11 years ago
docker pull fgrehm/alpine-dind