Skip to content

Barroqueiro/docker-from-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Docker-from-docker

Proof of Concept for the usage of docker from docker

Description

A container that before exiting creates an equal container within the host, effectivly creating a sibling container instead of a child one. This is done by installing docker inside the container but using the docker socket mounted from the host.

Docker-hub URL

GitHub Repository URL

Usage

docker run --rm -v /var/run/docker.sock:/var/run/docker.sock docker-from-docker

About

Proof of Concept for the usage of docker from docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published