container-images/fedora-busybox
Vincent Batts b037a3cb96 adding a README for using this build 2014-04-07 10:22:25 -04:00
..
Dockerfile adding a builder for busybox, on fedora 2014-04-07 10:17:09 -04:00
README.md adding a README for using this build 2014-04-07 10:22:25 -04:00
config adding a builder for busybox, on fedora 2014-04-07 10:17:09 -04:00

README.md

usage

Use this to build a tarball with a static busybox.

$> docker build -t busybox-build .
[...]
$> docker run busybox-build zcat /busybox.tar.gz | docker import - my_busybox