mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-13 23:37:44 +00:00
... from the old-skool label scheme. No semantic change intended. Some keys are in different orders and the "mounts" entry gained an empty "destination" key, neither of which makes a practical difference. Signed-off-by: Ian Campbell <ijc@docker.com>
17 lines
390 B
YAML
17 lines
390 B
YAML
image: test-containerd
|
|
config:
|
|
capabilities:
|
|
- all
|
|
tmpfs:
|
|
- /tmp
|
|
binds:
|
|
- /dev:/dev
|
|
- /var/lib:/var/lib
|
|
- /etc/resolv.conf:/etc/resolv.conf
|
|
- /usr/bin/runc:/usr/bin/runc
|
|
- /usr/bin/containerd:/usr/bin/containerd
|
|
- /usr/bin/containerd-shim:/usr/bin/containerd-shim
|
|
mounts:
|
|
- type: cgroup
|
|
options: ["rw","nosuid","noexec","nodev","relatime"]
|