An open API service indexing awesome lists of open source software.

https://github.com/progrium/busybox-docker

Minimal Docker image with the Docker binary
https://github.com/progrium/busybox-docker

Last synced: 12 months ago
JSON representation

Minimal Docker image with the Docker binary

Awesome Lists containing this project

README

          

# 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