mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #304 from paulhammond/mkimage-busybox-fixes
Fix mkimage-busybox
This commit is contained in:
commit
6d00145076
1 changed files with 2 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue