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
- Host: GitHub
- URL: https://github.com/progrium/busybox-docker
- Owner: progrium
- Created: 2014-09-30T00:37:10.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-30T00:47:44.000Z (almost 12 years ago)
- Last Synced: 2025-04-11T16:11:48.435Z (about 1 year ago)
- Language: Shell
- Size: 113 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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