対応が向上していた
apt-get update
apt-get upgrade
reboot
pveam update
したところ、lxc対応が向上していた。
- Ubuntu対応(12.04,14.04,15.04)
- debian8対応
Template typeがlxc追加
OpenVzではデフォルトTemplateがi386だったが、amd64になったようだが
debian8のコンテナでi686が返ってくる(?)
# uname -m
i686
コンテナから抜け方
pct console 100
でログイン画面が表示される。
Type to exit the console, to enter Ctrl+a itself
Container作成処理部分追ってみた
- /usr/share/perl5/PVE/LXCSetup/
- Base.pm
- Debian.pm
- Redhat.pm