docker-library / busybox

Docker Official Image packaging for Busybox

Home Page:http://busybox.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no apk within image, so can't install necessary tools, how to do?

tscswcn opened this issue · comments

no apk within image, so can't install necessary tools, how to do?

https://www.busybox.net/FAQ.html#build_system
BusyBox is a package, it's only a set of programs and not a complete Linux distribution

https://github.com/docker-library/docs/tree/master/busybox#create-a-dockerfile-for-a-binary

For a simpler alternative that's similarly tiny but easier to extend, see alpine.

You could also try asking over at the Docker Community Forums, Docker Community Slack, or Stack Overflow. Since these repos aren't really a user-help forum