mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-05 05:36:25 +00:00
Merge pull request #3 from djs55/b2d-fix
boot2docker: use `docker run -i` to get output from tar
This commit is contained in:
@@ -3,7 +3,7 @@ DOCKER?=docker
|
||||
.PHONY: build
|
||||
build: VERSION
|
||||
$(DOCKER) build -t boot2docker:test .
|
||||
$(DOCKER) run boot2docker:test tar -C /tmp/iso/boot -c . | tar -xv
|
||||
$(DOCKER) run -i boot2docker:test tar -C /tmp/iso/boot -c . | tar -xv
|
||||
|
||||
.PHONY: VERSION
|
||||
VERSION:
|
||||
|
||||
BIN
initrd.img
BIN
initrd.img
Binary file not shown.
Reference in New Issue
Block a user