mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-02 19:39:31 +00:00
60 lines
1.6 KiB
YAML
60 lines
1.6 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.54
|
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75
|
|
- linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92
|
|
- linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182
|
|
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
onshutdown:
|
|
- name: shutdown
|
|
image: busybox:latest
|
|
command: ["/bin/echo", "so long and thanks for all the fish"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512
|
|
env:
|
|
- INSECURE=true
|
|
- name: rngd
|
|
image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427
|
|
- name: nginx
|
|
image: nginx:alpine
|
|
capabilities:
|
|
- CAP_NET_BIND_SERVICE
|
|
- CAP_CHOWN
|
|
- CAP_SETUID
|
|
- CAP_SETGID
|
|
- CAP_DAC_OVERRIDE
|
|
files:
|
|
- path: etc/containerd/config.toml
|
|
contents: |
|
|
state = "/run/containerd"
|
|
root = "/var/lib/containerd"
|
|
snapshotter = "io.containerd.snapshotter.v1.overlayfs"
|
|
differ = "io.containerd.differ.v1.base-diff"
|
|
subreaper = false
|
|
|
|
[grpc]
|
|
address = "/run/containerd/containerd.sock"
|
|
uid = 0
|
|
gid = 0
|
|
|
|
[debug]
|
|
address = "/run/containerd/debug.sock"
|
|
level = "info"
|
|
|
|
[metrics]
|
|
address = ":13337"
|
|
- path: etc/linuxkit-config
|
|
metadata: yaml
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
- library
|