container-images/laughing-octo/fedora-busybox/README.md

13 lines
193 B
Markdown
Raw Normal View History

2014-04-07 14:20:55 +00: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