Skip to content

crosbymichael/docker-link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker engine

A simple PoC to link into docker itself.

To create a container named engine just run:

docker run -d -v /var/run/:/docker -name engine crosbymichael/engine

You need to bind mount the docker socket into the engine container then anything linked into the container can access the docker remote api on port 4243.

About

Link into docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published