
正如這篇文章(http://blog.docker.io/2013/11/docker-0-7-docker-now-runs-on-any-linux-distribution/)聲稱 docker 現在擁有包括 RHEL 在內的“標準 Linux 支援”,但在文件中(http://docs.docker.io/en/latest/installation/kernel/) 它指定需要 Linux 版本 3.8 或更高版本。 RHEL 和 CentOS 仍處於核心 2.6 階段。有人可以向我解釋一下他們是否受到支持嗎?
答案1
這已經在 docker-dev 郵件列表上進行了很多討論,看起來是的,經過一些調整,它確實可以在 CentOS 上運行。
您可以使用此 vagrant 配置來測試支援是否足夠好:https://github.com/blalor/vagrant-centos64-docker
如果您對其工作方式感到滿意,則可以使用bootstrap.sh
上述儲存庫中包含的腳本來配置 CentOS。