Merge pull request #304 from paulhammond/mkimage-busybox-fixes

Fix mkimage-busybox
This commit is contained in:
Solomon Hykes 2013-04-01 14:38:00 -07:00
commit 6d00145076
1 changed files with 2 additions and 3 deletions

View File

@ -35,6 +35,5 @@ do
cp -a /dev/$X dev
done
tar -cf- . | docker put busybox
docker run -i -a -u root busybox /bin/echo Success.
tar -cf- . | docker import - busybox
docker run -i -u root busybox /bin/echo Success.