tools: Change qemu image for use with moby run

- Remove the qemu.sh entrypoint
- This means that any qemu command can be used (e.g qemu.img)

Signed-off-by: Dave Tucker <dt@docker.com>
This commit is contained in:
Dave Tucker
2017-04-20 13:31:48 +01:00
committed by Dave Tucker
parent 456f2623d5
commit 0ba381c77a
3 changed files with 2 additions and 65 deletions

View File

@@ -13,4 +13,3 @@ RUN \
&& true
COPY . .
ENTRYPOINT ["/qemu.sh"]