Files
linuxkit/test/pkg/containerd/build.yml
Ian Campbell b5c6c3ceeb test/pkg/containerd: move config to build.yml
... 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>
2019-02-13 11:41:12 +00:00

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"]