containernet / containernet

Mininet fork adding support for container-based (e.g. Docker) emulated hosts.
https://containernet.github.io
Other
394 stars 200 forks source link

Add LXD support #47

Closed mpeuster closed 2 years ago

mpeuster commented 6 years ago

Containernet supports Docker already. It would be great if we would also support LXD as another container solution.

Would translate to a new host class and a couple of new wrapper methods, like:

class LxdHost(Host):
    pass

addLxd(...):
    pass

# and so on

Should not be too complicated to implement. But certainly needs some effort.

trvon commented 3 years ago

I would like to work on this. Is this project still interested in having added LXD support?

mpeuster commented 3 years ago

Yes, for sure. Just closed this since nobody would work on it. I will re-open.

richartkeil commented 2 years ago

@trvon Are you still working on this? If so, we can reopen this issue.

trvon commented 2 years ago

I am but we can leave it closed until I can figure out a better way to handle lxd networking.