Merge pull request #304 from paulhammond/mkimage-busybox-fixes
Fix mkimage-busybox Upstream-commit: 6d001450766aa2067e0a2039c88bc359647b61a1 Component: engine
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user