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