Displaying 2 results from an estimated 2 matches for "fedora19lxc".
2014 Oct 24
1
Re: How can a user process be automatically started after the container is started?
Dear Daniel,
You said "use a real init system like systemd to spawn off the things", do you mean a full OS distro container?
I installed the container using "yum --installroot=/root/fedora19lxc --releasever=19 install -y openssh, bridge-utils" which is described at https://www.redhat.com/archives/libvirt-users/2013-August/msg00007.html.
I don't know how to make systemd work in my current container. And I don't know how to install a full OS distro container either. Could you...
2014 Oct 23
2
How can a user process be automatically started after the container is started?
Dear All,
I want to start my application automatically after I start the container with a virsh command " virsh -c lxc:/// start mycontainer"
How can I achieve this?
Thank you in advance.
Cheng