17 lines
No EOL
351 B
Text
17 lines
No EOL
351 B
Text
|
|
|
|
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>
|
|
``` |