mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-18 08:16:55 +00:00
@@ -2,18 +2,18 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
||||
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
||||
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
||||
- linuxkit/ca-certificates:b1afe194ecb800d2b947e24c9e780c959fd3668f
|
||||
- linuxkit/memlogd:f7b06f877b0b1ada32c21b55103f533bf6883fdd
|
||||
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
||||
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
||||
- linuxkit/containerd:e7a92d9f3282039eac5fb1b07cac2b8664cbf0ad
|
||||
- linuxkit/ca-certificates:5aaa343474e5ac3ac01f8b917e82efb1063d80ff
|
||||
- linuxkit/memlogd:cb79fd19e6485cfc61b85c607ca172cd860554c5
|
||||
services:
|
||||
# A service which generates logs of log messages
|
||||
- name: fill-the-logs
|
||||
image: alpine
|
||||
command: ["/bin/sh", "-c", "while /bin/true; do echo hello $(date); done" ]
|
||||
- name: write-and-rotate-logs
|
||||
image: linuxkit/logwrite:d03805e214f15670e37330e70a9edf790f318eaf
|
||||
image: linuxkit/logwrite:c1c66d246080a40658903916d650206f2dcd707a
|
||||
command: ["/usr/bin/logwrite", "-max-log-size", "1024"]
|
||||
- name: check-the-logs
|
||||
image: alpine:3.13
|
||||
|
Reference in New Issue
Block a user