Hello.
I would like to have explanations on the features options of LXC projects to validate my understanding about them.
When I turn off all features on a new lxc project using:
lxc project create test\
-c features.images=false \
-c features.profiles=false\
-c features.storage.volumes=false\
-c features.networks=false`
Does this mean that when I’m working on this test project, the separation is only effective on the containers? and so that all images; profiles; storage volumes; and networks will be inherited and shared from the “default” project?
At the opposite. A test project with all features set to true will require recreating/recopying the networks; storage volumes; profiles and pictures. That’s right?