This image helps you to test Docker with different versions, without messing with your host system. It will set up a Docker container which is able to run Docker inside.
docker run -it --rm --privileged -e LOG=file sequenceiq/dind
It will start a Docker daemon in the background (unix:///var/run/docker.sock)
and provide a bash session where you can play with a vanilla Docker
environment:
Sometimes you want to check if something works with a specific Docker version.
There is a bash function ready to help you: docker-set-version. It will
The usual Docker functions: docker-kill-xxx, dps, dpsa are all available
in bash. Its done by saving j.mp/docker-functions into /tmp/docker-functions
and its sourced from /root/.bashrc.
Content type
Image
Digest
sha256:5809adc95…
Size
129.1 MB
Last updated
almost 11 years ago
docker pull sequenceiq/dind