I'm currently trying to run an Arch Linux container using LXC on an Ubuntu 12.04 host. Arch Linux has recently migrated to systemd, which according to a variety of places has some problems operating as an LXC guest. However, many of these sources are substantially outdated, and I've seen various other sources suggesting that it is possible to run a systemd based guest, using things like lxc.autodev
or devtmpfs
.
As such, I'm trying to find out the following:
- Is it possible to run a systemd based guest inside an LXC container (as of February 2013)?
- Does anybody have an example template/config file to use with ```mkarchroot`` to get one running?
Currently using LXC version 0.7.5, but upgrading shouldn't be an issue if this is necessary.