mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-14 12:52:51 +00:00
23 lines
499 B
YAML
23 lines
499 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
|
|
devices:
|
|
# all block and character devices
|
|
- path: all
|
|
type: b
|
|
- path: all
|
|
type: c
|
|
mounts:
|
|
- type: cgroup
|
|
options: ["rw","nosuid","noexec","nodev","relatime"]
|