mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
boot2docker: use docker run -i
to get output from tar
Signed-off-by: David Scott <dave.scott@unikernel.com>
This commit is contained in:
parent
5bcd028a2e
commit
2b5da04449
@ -3,7 +3,7 @@ DOCKER?=docker
|
|||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: VERSION
|
build: VERSION
|
||||||
$(DOCKER) build -t boot2docker:test .
|
$(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
|
.PHONY: VERSION
|
||||||
VERSION:
|
VERSION:
|
||||||
|
Loading…
Reference in New Issue
Block a user