This commit is contained in:
benoit 2017-08-21 21:49:14 +02:00
parent bd2081a70f
commit 33b90b45ef

17
HowtoLXD.page Normal file
View file

@ -0,0 +1,17 @@
Some commands:
```
lxc image alias list images:
lxc info <name>
lxc config edit <name>
lxc config sonw <name>
lxc exec <name> bash
lxc config set <name> limits.memory 512MB
lxc config set <name> limits.cpu 2
lxc config device set <name> root size 20GB
lxc launch images:debian/stretch/amd64 <name>
lxc list
lxc storage volume list <storagename>
```