Sign inSign up

irespaldiza/dockerinsidedocker

By irespaldiza

Updated about 8 years ago

This Docker image allows you run Docker inside a Docker container.

Image
0

895

irespaldiza/dockerinsidedocker repository overview

Docker inside Docker

This Docker image allows you run Docker inside a Docker container. This image of Docker is similar to the official Docker image, generated from Debian instead of alpine linux. This project has two purposes, on the one hand, constitutes a proof of concept and, on the other is the basis of other images, including my development center. If you want to know more about it, follow the following link: walrus.

How to use this image

To run this image you have to expose the Docker socket to your Docker CI container, by bind-mounting it with the flag -v.

docker run -v /var/run/docker.sock:/var/run/docker.sock \
           -it irespaldiza/dockerinsidedocker

Tag summary

Content type

Image

Digest

Size

231.3 MB

Last updated

about 8 years ago

docker pull irespaldiza/dockerinsidedocker