mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-30 00:05:53 +00:00
move pkg config from Dockerfile to build.yml
Signed-off-by: Robin Winkelewski <w9ncontact@gmail.com>
This commit is contained in:
@@ -1 +1,17 @@
|
||||
image: sshd
|
||||
config:
|
||||
pid: host
|
||||
binds:
|
||||
- /root/.ssh:/root/.ssh
|
||||
- /etc/resolv.conf:/etc/resolv.conf
|
||||
- /run:/run
|
||||
- /tmp:/tmp
|
||||
- /etc:/hostroot/etc
|
||||
- /usr/bin/ctr:/usr/bin/ctr
|
||||
- /usr/bin/runc:/usr/bin/runc
|
||||
- /containers:/containers
|
||||
- /var/log:/var/log
|
||||
- /dev:/dev
|
||||
- /sys:/sys
|
||||
capabilities:
|
||||
- all
|
||||
|
||||
Reference in New Issue
Block a user