diff --git a/HowtoLXD.page b/HowtoLXD.page new file mode 100644 index 0000000..2fee7ec --- /dev/null +++ b/HowtoLXD.page @@ -0,0 +1,17 @@ + + +Some commands: + +``` +lxc image alias list images: +lxc info +lxc config edit +lxc config sonw +lxc exec bash +lxc config set limits.memory 512MB +lxc config set limits.cpu 2 +lxc config device set root size 20GB +lxc launch images:debian/stretch/amd64 +lxc list +lxc storage volume list +``` \ No newline at end of file