Files
linuxkit/test/pkg/ns/template.yml
Avi Deitcher 7c7ac4e640 runc enable GO111MODULE (#4195)
Signed-off-by: Avi Deitcher <avi@deitcher.net>
2025-12-11 21:07:29 +02:00

19 lines
684 B
YAML

# Sample YAML file for manual testing
kernel:
image: linuxkit/kernel:6.12.59
cmdline: "console=ttyS0"
init:
- linuxkit/init:b5506cc74a6812dc40982cacfd2f4328f8a4b12a
- linuxkit/runc:9442aa234715e751a16144f1d4ae3fd1a00fd492
onboot:
- name: test-ns
image: linuxkit/test-ns:5d9261984b4a6234f140032e9a5b2bd8c8d79258
command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"]
# command: ["/bin/sh", "/runc-net.sh", "-l", "5", "-i", "2", "-c", "5", "-p", "unix", "-ip", "6"]
mounts: # for runc
- type: cgroup
options: ["rw"]
- name: poweroff
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
command: ["/bin/sh", "/poweroff.sh", "3"]