lxc-config/hooks/templates/config.erb

12 lines
318 B
Plaintext
Raw Normal View History

2015-09-16 21:34:04 +00:00
lxc.include = /etc/lxc/overlay.conf
2015-01-30 09:56:58 +00:00
lxc.include = <%= local_conf %>
2015-01-28 21:22:30 +00:00
lxc.utsname = <%= name %>
2014-08-18 08:29:43 +00:00
lxc.rootfs = <%= rootfs %>
2015-09-16 21:34:04 +00:00
<%- if fstab -%>
lxc.mount = <%= fstab %>
<%- end -%>
2014-08-18 08:29:43 +00:00
lxc.network.ipv4 = <%= ipv4 %>
lxc.network.ipv6 = <%= ipv6 %>
2015-08-05 15:33:37 +00:00
lxc.network.ipv6 = <%= ula %>
2015-01-28 21:22:30 +00:00
lxc.network.veth.pair = lxc_<%= name[0..(16-4)] %>