Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 320 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 320 Bytes

busybox-docker

Build hush and timeout applets in busybox. Binary is statically linked with uclibc, so resulting size is less then 100kb. Resulting binary is wrapped inside docker container and pushed to https://hub.docker.com/r/dmikhin/busybox.

To build and push docker image just execute ./run.sh inside this repo.