mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-01 23:18:41 +00:00
10 lines
159 B
YAML
10 lines
159 B
YAML
image: dhcpcd
|
|
config:
|
|
binds:
|
|
- /run/resolvconf:/etc
|
|
capabilities:
|
|
- CAP_NET_ADMIN
|
|
- CAP_NET_BIND_SERVICE
|
|
- CAP_NET_RAW
|
|
- CAP_SYS_ADMIN
|