mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-03 07:55:05 +00:00
move pkg config from Dockerfile to build.yml
Signed-off-by: Robin Winkelewski <w9ncontact@gmail.com>
This commit is contained in:
@@ -10,4 +10,3 @@ WORKDIR /
|
||||
ENTRYPOINT []
|
||||
COPY --from=build /out /
|
||||
CMD ["/usr/bin/qemu-ga", "-p", "/dev/vport0p1"]
|
||||
LABEL org.mobyproject.config='{"net": "host"}'
|
||||
|
@@ -1 +1,3 @@
|
||||
image: qemu-ga
|
||||
config:
|
||||
net: host
|
||||
|
Reference in New Issue
Block a user