Commands | Note |
---|---|
lxc profile list | list of all available profiles |
lxc profile show <profile> | To see the content of a profile |
lxc profile edit <profile> | change profile |
lxc profile apply <container> <profile1>,<profile2>,<profile3>,.. | apply profile to container |
Commands | Note |
---|---|
lxc config show <container> | read the container local configuration |
lxc config show --expanded <container> | including all the profile keys |
lxc config edit <container> | |