Displaying 3 results from an estimated 3 matches for "containedr".
Did you mean:
contained
2017 Apr 03
2
creating a lxc image to be used with libvirt-lxc
Dear all,
I'm moving my first baby steps with libvirt-lxc trying to convert over from
an LXD installation and one of the hurdles is putting together an image.
All the examples I found about libvirt-lxc refer to running /bin/sh in a
container, almost as if it was docker, as opposed to run a "full system"
like I've been doing with lxd. Also virt-install, often referred in libvirt
2017 Apr 04
0
Re: creating a lxc image to be used with libvirt-lxc
...images.ubuntu.com/) with libvirt? Last but not least, is
> there any way to "publish" a modified image so that I could make changes to
> any of the above and then reuse the modified one as a base for other
> containers?
Libvirt LXC doesn't really care what you run inside the containedr - it is
possible to use it to run a single application (docker style), or to run a
full operating system. You essentially just need to populate a chroot with
the operating system install you want to run.
I've previously tested with a Fedora chroot:
https://www.berrange.com/posts/2013/08/12/...
2017 Apr 04
2
Re: creating a lxc image to be used with libvirt-lxc
...irt? Last but not least, is
> > there any way to "publish" a modified image so that I could make changes
> to
> > any of the above and then reuse the modified one as a base for other
> > containers?
>
> Libvirt LXC doesn't really care what you run inside the containedr - it is
> possible to use it to run a single application (docker style), or to run a
> full operating system. You essentially just need to populate a chroot with
> the operating system install you want to run.
>
> I've previously tested with a Fedora chroot:
>
>
> https:...