https://github.com/ailispaw/docker-root-docker-image
DockerRoot docker image
https://github.com/ailispaw/docker-root-docker-image
Last synced: 6 months ago
JSON representation
DockerRoot docker image
- Host: GitHub
- URL: https://github.com/ailispaw/docker-root-docker-image
- Owner: ailispaw
- Created: 2016-01-06T03:18:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-20T23:56:15.000Z (over 10 years ago)
- Last Synced: 2025-04-13T19:51:51.816Z (over 1 year ago)
- Language: Makefile
- Homepage: https://hub.docker.com/r/ailispaw/docker-root/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DockerRoot docker image
A small base image especially for non-static binary which needs GLIBC library
[](https://imagelayers.io/?images=ailispaw/docker-root:latest 'Get your own badge on imagelayers.io')
[](https://hub.docker.com/r/ailispaw/docker-root/)
[](https://hub.docker.com/r/ailispaw/docker-root/)
## Example
```Dockerfile
FROM ailispaw/docker-root
COPY dnsdock /dnsdock
CMD ["/dnsdock"]
```
The original [tonistiigi/dnsdock](https://hub.docker.com/r/tonistiigi/dnsdock/) image (650MB) becomes 26MB.