Posts
read more
LXC in Slackware
Following directions from: lxc for Slackware 14.2. I haven’t tested on Slackware 15 yet. You will have to set this up while running as root.
-
Create the file
'/etc/default/lxc-net'and add the lineUSE_LXC_BRIDGE="true"to it. -
Create the directory
'/var/lib/misc' -
Start the service:
# /usr/libexec/lxc/lxc-net start -
Create a config file:
# cat >slac-xlc.con «“EOF” lxc.network.type = veth lxc.network.flags = up lxc.network.link = lxcbr0 EOF