mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-20 11:46:29 +00:00
14 lines
176 B
YAML
14 lines
176 B
YAML
image: mkimage
|
|
arches:
|
|
- amd64
|
|
config:
|
|
readonly: true
|
|
capabilities:
|
|
- CAP_SYS_ADMIN
|
|
- CAP_MKNOD
|
|
binds:
|
|
- /dev:/dev
|
|
devices:
|
|
- path: all
|
|
type: b
|