mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 02:04:31 +00:00
This is a `moby.ImageConfig` struct which is marshalled into JSON and added as the `org.mobyproject.config` label on the built image. Convert `pkg/sysctl` as PoC. Signed-off-by: Ian Campbell <ijc@docker.com>
7 lines
89 B
YAML
7 lines
89 B
YAML
image: sysctl
|
|
config:
|
|
pid: "host"
|
|
readonly: true
|
|
capabilities:
|
|
- CAP_SYS_ADMIN
|