Re: [lxc-users] [LXD] how to set container description (in a script)?

2019-03-12 Thread Stéphane Graber
On Tue, Mar 12, 2019 at 08:34:02PM +0900, Tomasz Chmielewski wrote: > I would like to add some own "metadata" for a container. > > I thought I'd use "description" for that, since it's present in "lxc config > show ": > > This however doesn't work: > > $ lxc config show testcontainer | grep ^desc

[lxc-users] [LXD] how to set container description (in a script)?

2019-03-12 Thread Tomasz Chmielewski
I would like to add some own "metadata" for a container. I thought I'd use "description" for that, since it's present in "lxc config show ": This however doesn't work: $ lxc config show testcontainer | grep ^description description: "" $ lxc config set testcontainer description "some descrip