lxc profile

Manage profiles for LXD containers. More information: https://linuxcontainers.org/lxd/docs/master/profiles.

lxc profile list

lxc profile show profile_name

lxc profile edit profile_name

lxc profile edit profile_name < config.yaml

lxc launch container_image container_name --profile profile1 --profile profile2

lxc profile assign container_name profile1,profile2