mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #59] Support for LXC/LXD or other lightweight containers? #38
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fossxplorer on GitHub (Oct 16, 2015).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/59
Hi, thanks for your great work on this.
Now i'm very excited to test your webvirtcloud and wonder if you plan to support LXC/LXD through libvirt?
Does this offer an API so i can integrate with other apps for provisioning VMs to users?
@cometjc commented on GitHub (Oct 25, 2015):
@fossxplorer I just push a patch about docker container at #58, it may be close to what you asked for?
@fossxplorer commented on GitHub (Nov 6, 2015):
@jcppkkk Thanks for you works. But no, it's not what i asked for. I need to be able to run LXC/LXD containers using webvirtcloud, i.e not to use KVM to create the VMs/guests. Ideally, webvirtcloud should support the new opencontainer's runc, which agains supports among others, systemd-nspawn.
For web hosting purposes, lightweight container such as LXC/LXD, OpenVZ or perhaps systemd-nspawn is a must :)
@MACscr commented on GitHub (Nov 7, 2015):
LXC support would be great. Its really matured over the years and I am seeing it quickly replace openvz. I really use a mix of KVM and LXC and having the ability for webvirtcloud to manage both would be great.