Sign inSign up

irespaldiza/composeinsidedocker

By irespaldiza

Updated almost 8 years ago

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

Image
0

861

irespaldiza/composeinsidedocker repository overview

Compose inside Docker

This Docker image allows you run Docker and Docker Compose inside a Docker container. This image is generated from debian if you prefer use Alpine linux you can use this other image: composeinsidealpine. This project has two purposes, on the one hand constitutes a proof of concept and, on the other this is the basis of other of my 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/composeinsidedocker

Tag summary

Content type

Image

Digest

Size

254.5 MB

Last updated

almost 8 years ago

docker pull irespaldiza/composeinsidedocker