參考資訊:
https://github.com/lxc/lxc-templates
步驟如下:
$ cd $ git clone https://github.com/lxc/lxc-templates $ cd lxc-templates $ autogen.sh $ ./configure $ make $ sudo make install $ sudo cp -a /usr/local/share/lxc/* /usr/share/lxc $ sudo rm -rf /usr/local/share/lxc $ sudo ln -s /usr/share/lxc /usr/local/share/lxc
P.S. apt-get install lxc-templates