Skip to content
Snippets Groups Projects
Unverified Commit b84f82e8 authored by Vivek Dutta's avatar Vivek Dutta
Browse files

Fix path in lxc example config

parent 45ac1e43
No related branches found
No related tags found
1 merge request!86Fix path in lxc example config
Checking pipeline status
lxc.net.0.type = veth
lxc.net.0.link = lxcbr0
lxc.net.0.flags = up
lxc.net.0.hwaddr = 00:16:3e:8e:25:2d
lxc.rootfs.path = dir:/tmp/lxc/test/rootfs
lxc.uts.name = "test"
lxc.cap.drop = mac_admin
lxc.cap.drop = mac_override
lxc.cap.drop = sys_admin
......@@ -27,11 +19,29 @@ lxc.tty.max = 5
lxc.pty.max = 5
lxc.mount.auto = cgroup:mixed proc:mixed sys:mixed
# Networking block
lxc.net.0.type = veth
lxc.net.0.link = lxcbr0
lxc.net.0.flags = up
lxc.net.0.type = veth
lxc.net.0.flags = up
lxc.net.0.link = br-lan
lxc.net.0.name = eth0
lxc.net.0.mtu = 1500
lxc.mount.entry = /lib lib none ro,bind 0 0
lxc.mount.entry = /sys/kernel/security sys/kernel/security none ro,bind,optional 0 0
# Rootfs path
lxc.rootfs.path = dir:/tmp/lxc/iowrt/rootfs
lxc.uts.name = "iowrt"
# Application start point
lxc.init.cmd = "/sbin/init"
# Users
#lxc.init.uid = 1002
#lxc.init.gid = 1002
# Mount points
lxc.mount.entry = /etc/config/wireless etc/config/wireless none ro,bind,create=file,optional 0 0
lxc.mount.entry = /etc/config/mapcontroller etc/config/mapcontroller none rw,bind,create=file,optional 0 0
lxc.mount.entry = /var/run/ubus/ubus.sock run/ubus/ubus.sock none rw,bind,create=file,optional 0 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment