mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
Update yamls following virtsock revendor
linuxkit/vsudd:98e554e4f3024c318e42c1f6876b541b654acd9f linuxkit/host-timesync-daemon:613dc55e67470ec375335a1958650c3711dc4aa6 linuxkit/test-virtsock:57883002c2bc824709efa6cd3818e1ff51a11889 linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5 Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
parent
1aae3e309b
commit
4f389eb5a6
@ -61,7 +61,7 @@ services:
|
|||||||
# VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock
|
# VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock
|
||||||
# to a socket on the host.
|
# to a socket on the host.
|
||||||
- name: vsudd
|
- name: vsudd
|
||||||
image: linuxkit/vsudd:v0.6
|
image: linuxkit/vsudd:98e554e4f3024c318e42c1f6876b541b654acd9f
|
||||||
binds:
|
binds:
|
||||||
- /var/run:/var/run
|
- /var/run:/var/run
|
||||||
command: ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"]
|
command: ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"]
|
||||||
@ -78,7 +78,7 @@ services:
|
|||||||
image: linuxkit/trim-after-delete:v0.6
|
image: linuxkit/trim-after-delete:v0.6
|
||||||
# When the host resumes from sleep, force a clock resync
|
# When the host resumes from sleep, force a clock resync
|
||||||
- name: host-timesync-daemon
|
- name: host-timesync-daemon
|
||||||
image: linuxkit/host-timesync-daemon:v0.6
|
image: linuxkit/host-timesync-daemon:613dc55e67470ec375335a1958650c3711dc4aa6
|
||||||
# Run dockerd with the vpnkit userland proxy from the vpnkit-forwarder container.
|
# Run dockerd with the vpnkit userland proxy from the vpnkit-forwarder container.
|
||||||
# Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit
|
# Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit
|
||||||
# for vpnkit coordination and /run/config/docker for the configuration file.
|
# for vpnkit coordination and /run/config/docker for the configuration file.
|
||||||
|
@ -11,7 +11,7 @@ onboot:
|
|||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
services:
|
services:
|
||||||
- name: vsudd
|
- name: vsudd
|
||||||
image: linuxkit/vsudd:v0.6
|
image: linuxkit/vsudd:98e554e4f3024c318e42c1f6876b541b654acd9f
|
||||||
binds:
|
binds:
|
||||||
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
||||||
command: ["/vsudd",
|
command: ["/vsudd",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1", "-r"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1", "-r"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1", "-r"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1", "-r"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "1", "-r"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "1", "-r"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "1"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "1"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1", "-r"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1", "-r"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "1", "-r"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "1", "-r"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "1"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "1"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "5"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "5"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "5"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "5"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "1", "-r"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "1", "-r"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "1"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "1"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "10"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "10"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "10"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "10"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "5"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "5"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "5"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "5"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "1", "-r"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "1", "-r"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "1"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "1"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "10"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "10"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "10"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "10"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "5"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "5"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "5"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "5"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "1", "-r"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "1", "-r"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "1"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "1"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "10"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "10"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "10"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "10"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "5"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "5"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "5"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "5"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "1", "-r"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "1", "-r"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "1"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "1"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "10"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "10"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "10"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "10"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "5"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "5"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "5"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "5"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "1", "-r"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "1", "-r"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "1"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "1"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "10"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "10"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "10"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "10"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-c", "5"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-c", "5"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-c", "5"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-c", "5"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "mix"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "mix"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "mix-reverse"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "mix-reverse"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv4"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv4"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv6"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv6"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "mix-tcp"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "mix-tcp"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "mix-udp"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "mix-udp"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
onboot:
|
onboot:
|
||||||
- name: test-ns
|
- name: test-ns
|
||||||
image: linuxkit/test-ns:4dfa650d8f9c51fa68efbf75f8f12031f366e783
|
image: linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5
|
||||||
command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"]
|
command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"]
|
||||||
mounts: # for runc
|
mounts: # for runc
|
||||||
- type: cgroup
|
- type: cgroup
|
||||||
|
Loading…
Reference in New Issue
Block a user