Thanks a ton!I'm running this container on my private network behind a NAT, so I'm not too worried about disabling apparmor. I ended up just giving as loose of a configuration I could and it did the trick.
lxc.apparmor.profile = unconfined lxc.apparmor.allow_nesting = 1 lxc.apparmor.allow_incomplete = 1The first line alone did not seem to do the trick, so I added 2 and 3 and it worked. Good enough for me.
Thanks again!