Adam Faris @af9.us · Jun 2

I just found out BusyBox can self generate all its applet links. This could be handy if you want to inject a shell into a #distroless or minimal container image. "/bin/busybox --install -s /bin" Screenshot is an example Dockerfile showing how this is done.

2 likes 1 replies

?

Replies

Adam Faris · Jun 13

I turned this BusyBox tip into a short how-to article. If you’ve ever wanted a shell, health checks, or startup scripts in a #distroless or minimal container, this could be useful. amf3.github.io/articles/vir...