Sign inSign up

acaranta/dind-compose

By acaranta

Updated 6 days ago

DockerInDocker image with docker-compose

Image
0

2.5K

acaranta/dind-compose repository overview

DinD (Docker in Docker) with docker-compose

This Docker image provides Docker inside itself, which allows you to run any Docker container.

This image is designed to run everything with Docker, so it doesn't pre-install any execution environment for any specific programming language. Instead, simply run the images you need from the public Docker Hub or your private Docker registry.

This Docker image is based on killercentury/docker-jenkins-dind.

Run it with mounted directory from host:

docker run -d acaranta/dind-compose

You can also use it to access/control your host docker daemon (be CAREFUL tho) :

docker run -d -v /var/run/docker.sock:/var/run/docker.sock  acaranta/dind-compose

Tag summary

Content type

Image

Digest

sha256:e0e3bb906

Size

374.7 MB

Last updated

6 days ago

docker pull acaranta/dind-compose