I'm trying to run Docker (1.9) on a lxc container. Docker works fine if I use lxc exec driver but fails with libcontainer.
So my questions are:
- Is it possible to use libcontainer on lxc?
- If not, why is it so?
I vaguely know it probably doesn't make sense not to use lxc driver on lxc, but I want to understand more details.
That isn't surprising when you see pull request like PR 17700:
As I mentioned in "Difference between LXC and libcontainer", libcontainer (or runc now) is supposed to replace and abstract LXC. So "running libcontainer on lxc" doesn't seem to make sense.