container-images/laughing-octo/fedora-busybox
Vincent Batts d59b1af998 Add 'laughing-octo/' from commit 'ee815e9ccc'
git-subtree-dir: laughing-octo
git-subtree-mainline: 264531c268
git-subtree-split: ee815e9ccc
2024-03-27 15:58:12 -04:00
..
config Add 'laughing-octo/' from commit 'ee815e9ccc' 2024-03-27 15:58:12 -04:00
Dockerfile Add 'laughing-octo/' from commit 'ee815e9ccc' 2024-03-27 15:58:12 -04:00
README.md Add 'laughing-octo/' from commit 'ee815e9ccc' 2024-03-27 15:58:12 -04:00

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