我试图在一个pptpd系统上运行CoreOS容器。
但是我不能加载ppp内核模块。
CoreOS不允许我创建目录。
是否有可能安装缺少的模块?
# cat /etc/lsb-release
DISTRIB_ID=CoreOS
DISTRIB_RELEASE=681.2.0
DISTRIB_CODENAME="Red Dog"
DISTRIB_DESCRIPTION="CoreOS 681.2.0"
# ls /lib/modules/4.0.5/kernel/drivers/net/ppp
ls: cannot access /lib/modules/4.0.5/kernel/drivers/net/ppp: No such file or directory
# mkdir /lib/modules/4.0.5/kernel/drivers/net/ppp
mkdir: cannot create directory '/lib/modules/4.0.5/kernel/drivers/net/ppp': Read-only file system发布于 2015-11-15 15:37:43
PPP支持直到最近才在CoreOS:https://github.com/coreos/coreos-overlay/pull/1606中启用。
我不认为它已经登陆阿尔法发布渠道,但它应该可以在几周内使用。
https://stackoverflow.com/questions/31121854
复制相似问题