root@lxc ~# lxc-start -n domain-controller
lxc-start: tools/lxc_start.c: main: 301 Container is already running.
Container domain-controller not connected:
root@lxc ~#
Ok, so something is doing something. `ps ax| grep lxc` shows a single process:
20432 ? Ss 0:00 [lxc monitor] /var/lib/lxc domain-controller
The DC doc explains there are some additional steps, but at this point I don't know how to get to the DC lxc machine in order to do them. Where does the container go? With the template command target folder was a required parameter.
Ok, so I used your
Ok, so I used your commandlines, substituting domain-controller for wordpress. Create reported no errors but start isn't happy.
Ahh, so create also dowloads, and, downloads are cached, great!
But:
Tried starting again:
Ok, so something is doing something. `ps ax| grep lxc` shows a single process:
The DC doc explains there are some additional steps, but at this point I don't know how to get to the DC lxc machine in order to do them. Where does the container go? With the template command target folder was a required parameter.
Well, off to do more exploration and testing.