Shane Sveller <[email protected]> wrote: > I would be thrilled to death to learn I've overlooked something or am just > mistaken, but all of my own experience suggests that the Docker daemon itself > doesn't run successfully on LX zones based on vanilla CentOS/Debian/Ubuntu > images. That might be the unspoken assumption in the blog posts you're seeing?
The docker daemon (and any other container runtime, that k8s might be using) relies on Linux cgroups and Linux namespaces to create "Linux containers" (actually cgroups and namespaces are the "Linux containers"), which are not (and probably never will be) in lx branded zones. As I understand docker on freebsd does exist (although still in "experimental" state) and there is an effort to get k8s running there also: https://github.com/kris-nova/kubicorn/issues/253 and https://github.com/freebsd-docker/kubernetes-bootstrap I don't know what docker on freebsd uses instead of cgroups and namespaces (jails probably) and how far away that is from smartos mechanisms but may something useful may come out of that. Kind regards, Toens -- There is no safe distance. ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
