From b037a3cb968ce55acf6e705471ff61ae4c7bc3e4 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 7 Apr 2014 10:20:55 -0400 Subject: [PATCH] adding a README for using this build --- fedora-busybox/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 fedora-busybox/README.md diff --git a/fedora-busybox/README.md b/fedora-busybox/README.md new file mode 100644 index 0000000..368563c --- /dev/null +++ b/fedora-busybox/README.md @@ -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 + +