mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 19:28:09 +00:00
14 lines
186 B
YAML
14 lines
186 B
YAML
image: extend
|
|
config:
|
|
binds:
|
|
- /dev:/dev
|
|
devices:
|
|
# all block devices
|
|
- path: all
|
|
type: b
|
|
capabilities:
|
|
- CAP_SYS_ADMIN
|
|
- CAP_MKNOD
|
|
net: new
|
|
ipc: new
|