]> glassweightruler.freedombox.rocks Git - waydroid.git/blob - lxc-configs/config_2
more confs
[waydroid.git] / lxc-configs / config_2
1 # Anbox LXC Config
2
3 lxc.rootfs.path = /home/anbox/rootfs
4 lxc.uts.name = anbox
5 lxc.arch = LXCARCH
6 lxc.autodev = 0
7 # lxc.autodev.tmpfs.size = 25000000
8 lxc.apparmor.profile = unconfined
9
10 lxc.init.cmd = /init
11
12 lxc.mount.auto = cgroup:ro sys:ro proc
13
14 lxc.net.0.type = veth
15 lxc.net.0.flags = up
16 lxc.net.0.link = anbox0
17 lxc.net.0.name = eth0
18 lxc.net.0.hwaddr = 00:16:3e:f9:d3:03
19 lxc.net.0.mtu = 1500
20
21 lxc.console.path = none
22
23 lxc.include = /var/lib/lxc/anbox/config_nodes
24
25 lxc.hook.post-stop = /dev/null