Hi, I wrote a charm for an application I developed which deploys some lxc containers. I wanted to test it in my local environment (bootstrapped with juju-quickstart), but I couldn't find a way to configure juju to automatically create containers with specific settings---in my case, allowing for nested lxc containers. I need to somehow change the configuration fo the parent lxc container created by juju during deployment of the charm to add these two lines:
lxc.mount.auto = cgroup lxc.aa_profile = lxc-container-default-with-nesting After manually adding these lines to the parent container created by juju, the internal containers work. The problem of adding them manually is that juju won't be able to start the internal containers automatically during juju deploy. Any ideas? Thanks, Fred
-- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
