<div dir="ltr">Hi<div><br></div><div>I'm trying to query container device settings using lxc config get, but can't get any results.</div><div><br></div><div><div>root@ubuntu:~# lxc config show test</div><div>name: test</div><div>profiles:</div><div>- default</div><div>config:</div><div>  volatile.baseImage: 6959b3aadeda4dafb8bdc90a1e8b0d7ca4072c8ab78346b9358a54871be250b6</div><div>  volatile.eth0.hwaddr: 00:16:3e:d5:0f:cb</div><div>devices:</div><div>  eth0:</div><div>    hwaddr: 00:16:3e:d5:0f:cb</div><div>    nictype: bridged</div><div>    parent: lxcbr0</div><div>    type: nic</div><div>ephemeral: false</div></div><div><br></div><div><div>root@ubuntu:~# lxc config get test devices.eth0.hwaddr</div><div>devices.eth0.hwaddr: </div></div><div><br></div><div>Do I have a syntax error or is this even possible?</div><div><br></div><div>Thanks</div></div>