Skip to content

progrium/busybox-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

progrium/docker

32 MB container with the Docker binary. Pass it a socket and use Docker inside Docker.

Example

$ docker run -d -v /var/run/docker.sock:/var/run/docker.sock progrium/docker \
	/bin/sh -c 'docker rmi $(docker images -q -f dangling=true)'

License

BSD

About

Minimal Docker image with the Docker binary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages