-
Notifications
You must be signed in to change notification settings - Fork 1
/
dnscrypt-proxy-aarch64.yml
49 lines (49 loc) · 1.16 KB
/
dnscrypt-proxy-aarch64.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
kernel:
image: linuxkit/kernel:4.14.38
cmdline: "console=tty0 console=ttyAMA0"
init:
- linuxkit/init:v0.3
- linuxkit/runc:v0.3
- linuxkit/containerd:v0.3
- linuxkit/ca-certificates:v0.3
onboot:
- name: sysctl
image: linuxkit/sysctl:v0.3
- name: netdev
image: linuxkit/modprobe:v0.3
command: ["modprobe", "smsc95xx"]
- name: usbstorage
image: linuxkit/modprobe:v0.3
command: ["modprobe", "usb_storage"]
- name: dhcpcd
image: linuxkit/dhcpcd:v0.3
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: ntp-one-shot
image: local/ntp-one-shot:dev
services:
- name: getty
image: linuxkit/getty:v0.3
env:
- INSECURE=true
- name: rngd
image: linuxkit/rngd:v0.3
- name: ntpd
image: linuxkit/openntpd:v0.3
- name: dhcpcd2
image: linuxkit/dhcpcd:v0.3
- name: sshd
image: linuxkit/sshd:v0.3
- name: dnscrypt-proxy
image: local/dnscrypt-proxy:dev
files:
- path: root/.ssh/authorized_keys
source: ~/.ssh/id_rsa.pub
mode: "0600"
- path: var/log/dnsproxy
directory: true
- path: etc/linuxkit-config
metadata: yaml
trust:
org:
- linuxkit
- library