canonical/pylxd

There is no method to import or export containers (aka lxc import and lxc export)

Dweller opened this issue · 2 comments

To my knowledge their is no pylxd methods to allow for the import and export of containers.

Would it be prudent to add them?

There is export now : https://pylxd.readthedocs.io/en/latest/api.html?highlight=export#pylxd.models.Image.export
But there is no such thing like Import , yet.
Is there a way to create the containers from exported files?