I attempted to create an lxc container on my BQ Aquarius M10 as follows:
libertine-container-manager create -t lxc -d vivid -i lxc
After being asked for and entering my password the following was the result:
Traceback (most recent call last):
File "/usr/bin/libertine-container-manager", line 758, in <module>
args.func(args)
File "/usr/bin/libertine-container-manager", line 387, in create
container = LibertineContainer(args.id)
File "/usr/lib/python3/dist-packages/libertine/Libertine.py", line 281, in __init__
from libertine.LxcContainer import LibertineLXC
ImportError: No module named 'libertine.LxcContainer'
Can anyone explain this?
Just to note - I am running OTA-11 and ssh'd into my tablet to get around any restricted terminal issues.
I can see now that 'https://wiki.ubuntu.com/Touch/Libertine' does say that most ubuntu-touch hardware doesn't support LXC containers.
I haven't been able to find much documentation on how containers are supposed to work, or what the planned development for them is. Coud you point me to anything? – Jack Jul 05 '16 at 11:14