-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlinuxkit.yml
62 lines (62 loc) · 2.04 KB
/
linuxkit.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
kernel:
image: linuxkit/kernel:4.9.54
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a
- linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a
- linuxkit/containerd:eaf0d615cfceb9d854408dd3c80429ee8ac4d051
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
onboot:
- name: sysctl
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
- name: sysfs
image: linuxkit/sysfs:7ff47034ed61c8e4c7ca5b8992056c66c6f39df8
- name: format
image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc
- name: mount
image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e
command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: metadata
image: linuxkit/metadata:4920d2b7f987c4cf67c5472308b0badcdfac4b2b
- name: dhcpcd
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services:
- name: getty
image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512
env:
- INSECURE=true
- name: rngd
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
- name: sshd
image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f
- name: ntpd
image: linuxkit/openntpd:8d32daf90ecf70b7e185cb7a2db53b4c539d371c
- name: docker
image: docker:17.09.0-ce-dind
capabilities:
- all
net: host
mounts:
- type: cgroup
options: ["rw","nosuid","noexec","nodev","relatime"]
binds:
- /etc/resolv.conf:/etc/resolv.conf
- /var/lib/docker:/var/lib/docker
- /lib/modules:/lib/modules
- /etc/docker/daemon.json:/etc/docker/daemon.json
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
files:
- path: var/lib/docker
directory: true
- path: etc/docker/daemon.json
contents: '{"debug": true}'
files:
- path: root/.ssh/authorized_keys
source: laurentgrangeau-frankfurt.pub
mode: "0600"
optional: true
trust:
org:
- linuxkit
- library