CentOS7でUbuntuのLXCコンテナを作成する

debootstrapをインストール
# yum install debootstrap
qemu-debootstrapというコマンドが必要だが、以下のようにして作成。
# cp /usr/sbin/debootstrap /usr/local/sbin/qemu-debootstrap
qemu-debootstrapのDEF_HTTPS_MIRROR行を次のように変更
DEF_HTTPS_MIRROR="https://mirrors.kernel.org/ubuntu"
あとは、lxc-createコマンドを実行すればOK
# lxc-create -t ubuntu -n name

0 件のコメント: