我正在尝试遵循在 Ubuntu 上创建非特权 lxc 容器的指南。根据说明,我应该运行:
debootstrap --include=lxc eoan rootfs
但是当我运行它时,我得到以下输出:
I: Retrieving InRelease
I: Checking Release signature
I: Valid Release signature (key id 790BC7277767219C42C86F933B4FE6ACC0B21F32)
I: Retrieving Packages
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Checking component main on http://archive.ubuntu.com/ubuntu...
E: Couldn't find these debs: lxc
我检查了一下,看起来镜子上有“lxc”包。不确定我在这里做错了什么,或者 debootstrap 如何找到包。
答案1
问题是我无法启用其他来源:
debootstrap --components=main,restricted,universe --include=lxc eoan rootfs