adding a README for using this build

This commit is contained in:
Vincent Batts 2014-04-07 10:20:55 -04:00
parent d0c780222b
commit b037a3cb96
1 changed files with 12 additions and 0 deletions

12
fedora-busybox/README.md Normal file
View 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