私は最近、LXD コンテナーの実験を始めましたが、修正できないように見える基本的な障害に遭遇しました。
apt updated
コンテナ内で実行できません
ubuntu@dev:~$ lxc exec adil-php5 -- apt update
....
Err http://archive.ubuntu.com trusty Release.gpg
Could not resolve 'archive.ubuntu.com'
Err http://archive.ubuntu.com trusty-updates Release.gpg
Could not resolve 'archive.ubuntu.com'
Err http://archive.ubuntu.com trusty-backports Release.gpg
Could not resolve 'archive.ubuntu.com'
Err http://security.ubuntu.com trusty-security Release.gpg
Could not resolve 'security.ubuntu.com'
....
nictype への切り替えを提案する記事macvlan
。それも助けにはなりませんでした。私の通貨の「デフォルト」プロファイルは次のとおりです。
lxc profile show default
name: default
config: {}
description: Default LXD profile
devices:
eth0:
name: eth0
nictype: bridged
parent: lxdbr0
type: nic
ホスト: ubuntu 16.04 コンテナー: ubuntu 14.04