mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-22 02:24:17 +00:00
12 lines
180 B
YAML
12 lines
180 B
YAML
image: mount
|
|
config:
|
|
binds:
|
|
- /dev:/dev
|
|
- /var:/var:rshared,rbind
|
|
- /:/hostroot
|
|
capabilities:
|
|
- CAP_SYS_ADMIN
|
|
rootfsPropagation: shared
|
|
net: new
|
|
ipc: new
|