Skip to content

unicorns/simple-dind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

simple-dind

Simple Docker-in-Docker (dind) setup. Can be adapted to use with various CI runners as an alternative to mounting the docker socket from the host.

Getting Started

docker-compose up
docker-compose exec dev docker info

Caveats

Currently all volume mounts are from witin the docker container that runs the docker daemon. In order to mount from the dev container, a shared directory between dev and docker must be set up (can be done using shared volume mounts or shared bind mounts to the host).

Credits

Based on the official dind documentation.

About

Simple Docker-in-Docker (dind) setup. Can be adapted to use with various CI runners as an alternative to mounting the docker socket from the host.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors