Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. kernel:
  2. image: linuxkit/kernel:4.19.46
  3. cmdline: "console=ttyS0"
  4. init:
  5. - linuxkit/init:v0.7
  6. - linuxkit/runc:v0.7
  7. - linuxkit/containerd:v0.7
  8. - linuxkit/ca-certificates:v0.7
  9. onboot:
  10. - name: modprobe
  11. image: linuxkit/modprobe:v0.7
  12. command:
  13. - modprobe
  14. - -a
  15. - ip6table_raw
  16. - iso9660
  17. - virtio-blk
  18. - virtio-rng
  19. - virtio-net
  20. - name: sysctl
  21. image: linuxkit/sysctl:v0.7
  22. - name: sysfs
  23. image: linuxkit/sysfs:v0.7
  24. services:
  25. - name: getty
  26. image: linuxkit/getty:v0.7
  27. env:
  28. - INSECURE=true
  29. runtime:
  30. mounts:
  31. - type: iso9660
  32. source: /dev/sda
  33. destination: /var/config
  34. options: ["ro"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement