mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-10 03:10:32 +00:00
move pkg config from Dockerfile to build.yml
Signed-off-by: Robin Winkelewski <w9ncontact@gmail.com>
This commit is contained in:
@@ -61,4 +61,3 @@ RUN busybox chmod 0644 /etc/passwd /etc/group && \
|
||||
busybox rm /bin/busybox /bin/sh
|
||||
|
||||
CMD ["/sbin/tcsd","-f"]
|
||||
LABEL org.mobyproject.config='{"pid": "host", "net":"host", "binds": ["/dev:/dev"], "capabilities": ["all"]}'
|
||||
|
@@ -2,3 +2,10 @@ image: tss
|
||||
network: true
|
||||
arches:
|
||||
- amd64
|
||||
config:
|
||||
pid: host
|
||||
net: host
|
||||
binds:
|
||||
- /dev:/dev
|
||||
capabilities:
|
||||
- all
|
||||
|
Reference in New Issue
Block a user