mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-10 19:29:46 +00:00
@@ -2,21 +2,21 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.54
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967
|
||||
- linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8
|
||||
- linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82
|
||||
- linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75
|
||||
- linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92
|
||||
- linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:4920d2b7f987c4cf67c5472308b0badcdfac4b2b
|
||||
image: linuxkit/metadata:4c588dba73ae7bec6f873130f715ba44082c4278
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f
|
||||
binds:
|
||||
|
@@ -2,16 +2,16 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.54
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967
|
||||
- linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8
|
||||
- linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82
|
||||
- linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75
|
||||
- linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92
|
||||
- linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
- name: sshd
|
||||
|
@@ -2,19 +2,19 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.54
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967
|
||||
- linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8
|
||||
- linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82
|
||||
- linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75
|
||||
- linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92
|
||||
- linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:7ff47034ed61c8e4c7ca5b8992056c66c6f39df8
|
||||
image: linuxkit/sysfs:a844eb2ac09df07f5eda89d5588d76bf8d96cfca
|
||||
- name: format
|
||||
image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc
|
||||
image: linuxkit/format:be811ded880af37a916f23bc9ddb274026ccc514
|
||||
- name: mount
|
||||
image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e
|
||||
image: linuxkit/mount:ef2e2106212b2d333b548821191f04da984ef48f
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: getty
|
||||
@@ -22,7 +22,7 @@ services:
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
- name: ntpd
|
||||
|
@@ -2,25 +2,25 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.54
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967
|
||||
- linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8
|
||||
- linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82
|
||||
- linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75
|
||||
- linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92
|
||||
- linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:4920d2b7f987c4cf67c5472308b0badcdfac4b2b
|
||||
image: linuxkit/metadata:4c588dba73ae7bec6f873130f715ba44082c4278
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f
|
||||
binds:
|
||||
|
@@ -2,13 +2,13 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.54
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967
|
||||
- linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8
|
||||
- linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82
|
||||
- linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75
|
||||
- linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92
|
||||
- linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
@@ -19,7 +19,7 @@ services:
|
||||
#env:
|
||||
# - INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427
|
||||
files:
|
||||
- path: etc/getty.shadow
|
||||
# sample sets password for root to "abcdefgh" (without quotes)
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.54
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967
|
||||
- linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8
|
||||
- linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82
|
||||
- linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75
|
||||
- linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92
|
||||
- linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
|
@@ -2,16 +2,16 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.54
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967
|
||||
- linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8
|
||||
- linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82
|
||||
- linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75
|
||||
- linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92
|
||||
- linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
- name: node_exporter
|
||||
|
@@ -2,25 +2,25 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.54
|
||||
cmdline: "console=ttyS1"
|
||||
init:
|
||||
- linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967
|
||||
- linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8
|
||||
- linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82
|
||||
- linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75
|
||||
- linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92
|
||||
- linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
onboot:
|
||||
- name: rngd1
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427
|
||||
command: ["/sbin/rngd", "-1"]
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:4920d2b7f987c4cf67c5472308b0badcdfac4b2b
|
||||
image: linuxkit/metadata:4c588dba73ae7bec6f873130f715ba44082c4278
|
||||
command: ["/usr/bin/metadata", "packet"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f
|
||||
trust:
|
||||
|
@@ -4,9 +4,9 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.54
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967
|
||||
- linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8
|
||||
- linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82
|
||||
- linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75
|
||||
- linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92
|
||||
- linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
|
@@ -2,15 +2,15 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.54
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967
|
||||
- linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8
|
||||
- linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82
|
||||
- linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75
|
||||
- linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92
|
||||
- linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9
|
||||
- name: rngd1
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427
|
||||
command: ["/sbin/rngd", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
- name: sshd
|
||||
|
@@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.54
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967
|
||||
- linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8
|
||||
- linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82
|
||||
- linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75
|
||||
- linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92
|
||||
- linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc
|
||||
image: linuxkit/format:be811ded880af37a916f23bc9ddb274026ccc514
|
||||
- name: mount
|
||||
image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e
|
||||
image: linuxkit/mount:ef2e2106212b2d333b548821191f04da984ef48f
|
||||
command: ["/usr/bin/mountie", "/var/external"]
|
||||
- name: swap
|
||||
image: linuxkit/swap:195ef5c89fcd68ff412ecb01a330e75503dc7b83
|
||||
@@ -28,7 +28,7 @@ services:
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427
|
||||
- name: nginx
|
||||
image: nginx:alpine
|
||||
capabilities:
|
||||
|
@@ -2,13 +2,13 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.38
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967
|
||||
- linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8
|
||||
- linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82
|
||||
- linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75
|
||||
- linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92
|
||||
- linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
@@ -20,7 +20,7 @@ services:
|
||||
- name: tss
|
||||
image: linuxkit/tss:2c29b212733e90fbbd7aeaf032cadc044dbc7fe4
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427
|
||||
files:
|
||||
- path: etc/getty.shadow
|
||||
# sample sets password for root to "abcdefgh" (without quotes)
|
||||
|
@@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.54
|
||||
cmdline: "console=tty0"
|
||||
init:
|
||||
- linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967
|
||||
- linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8
|
||||
- linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82
|
||||
- linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75
|
||||
- linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92
|
||||
- linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
- name: nginx
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.54
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967
|
||||
- linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8
|
||||
- linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82
|
||||
- linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75
|
||||
- linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92
|
||||
- linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
@@ -21,13 +21,13 @@ services:
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f
|
||||
- name: vpnkit-forwarder
|
||||
image: linuxkit/vpnkit-forwarder:41dea19da37ce88d351ef3bd612004fb455a5a71
|
||||
image: linuxkit/vpnkit-forwarder:42e88e9338c3b93eda79f6582f58d87fd78d0001
|
||||
binds:
|
||||
- /var/vpnkit:/port
|
||||
net: host
|
||||
command: ["/vpnkit-forwarder"]
|
||||
- name: vpnkit-expose-port
|
||||
image: linuxkit/vpnkit-forwarder:41dea19da37ce88d351ef3bd612004fb455a5a71
|
||||
image: linuxkit/vpnkit-forwarder:42e88e9338c3b93eda79f6582f58d87fd78d0001
|
||||
net: none
|
||||
binds:
|
||||
- /var/vpnkit:/port
|
||||
|
@@ -2,16 +2,16 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.54
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967
|
||||
- linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8
|
||||
- linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82
|
||||
- linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75
|
||||
- linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92
|
||||
- linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: vsudd
|
||||
image: linuxkit/vsudd:c6afbe7c0abc87e9aa204fa98247f8b05dee3488
|
||||
image: linuxkit/vsudd:a0336f99442a81e5f9bb117353c0c74455f5556b
|
||||
binds:
|
||||
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
||||
command: ["/vsudd",
|
||||
|
@@ -2,25 +2,25 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.54
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967
|
||||
- linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8
|
||||
- linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82
|
||||
- linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75
|
||||
- linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92
|
||||
- linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:4920d2b7f987c4cf67c5472308b0badcdfac4b2b
|
||||
image: linuxkit/metadata:4c588dba73ae7bec6f873130f715ba44082c4278
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f
|
||||
binds:
|
||||
|
@@ -2,18 +2,18 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.54
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967
|
||||
- linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8
|
||||
- linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82
|
||||
- linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75
|
||||
- linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92
|
||||
- linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182
|
||||
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
||||
image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: wg0
|
||||
image: linuxkit/ip:7a82871df06767cfe26a04d0ed6bee1031ba5d04
|
||||
image: linuxkit/ip:30fa3497a42cf941301c1e9cde09b3d68f01b847
|
||||
net: new
|
||||
binds:
|
||||
- /etc/wireguard:/etc/wireguard
|
||||
@@ -26,7 +26,7 @@ onboot:
|
||||
bindNS:
|
||||
net: /run/netns/wg0
|
||||
- name: wg1
|
||||
image: linuxkit/ip:7a82871df06767cfe26a04d0ed6bee1031ba5d04
|
||||
image: linuxkit/ip:30fa3497a42cf941301c1e9cde09b3d68f01b847
|
||||
net: new
|
||||
binds:
|
||||
- /etc/wireguard:/etc/wireguard
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
- INSECURE=true
|
||||
net: /run/netns/wg1
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
||||
image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427
|
||||
- name: nginx
|
||||
image: nginx:alpine
|
||||
net: /run/netns/wg0
|
||||
|
Reference in New Issue
Block a user