Sign inSign up

fgrehm/alpine-dind

By fgrehm

Updated about 11 years ago

Image
2

7.1K

fgrehm/alpine-dind repository overview

Docker in Docker with Alpine Linux

alpine-version docker-version

Docker in Docker Alpine Linux image with support for latest Docker release.

Quickstart

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!'

Credits

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.

Tag summary

Content type

Image

Digest

sha256:ef9bf1179

Size

20 MB

Last updated

about 11 years ago

docker pull fgrehm/alpine-dind