1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request 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

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.