adding a README for using this build
This commit is contained in:
parent
d0c780222b
commit
b037a3cb96
1 changed files with 12 additions and 0 deletions
12
fedora-busybox/README.md
Normal file
12
fedora-busybox/README.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue