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.
Docker 1.10 has removed support for the LXC execution driver. That doesn't mean that you can't use Docker 1.10 inside of an LXC -- you definitely can.