LXD CLI Commands Cheet Sheat

LXD Live Migration


Table of Contents


Example

Host1 # lxc config set core.https_address "[::]"
Host1 # lxc config set core.trust_password some-password
Host1 # lxc remote add HOST1  https://xx.xx.xx.xx:8443

Host1 # lxc list xx.xx.xx.xx
Host2 # lxc move host1:guest1 host2:guest1


LXD CLI Commands Cheet Sheat