lxc-config/templates/config.erb

7 lines
202 B
Plaintext
Raw Normal View History

2014-08-18 08:29:43 +00:00
lxc.include = /etc/lxc/default.conf
2015-01-28 21:22:30 +00:00
lxc.utsname = <%= name %>
2014-08-18 08:29:43 +00:00
lxc.rootfs = <%= rootfs %>
lxc.network.ipv4 = <%= ipv4 %>
lxc.network.ipv6 = <%= ipv6 %>
2015-01-28 21:22:30 +00:00
lxc.network.veth.pair = lxc_<%= name[0..(16-4)] %>