26 lines
No EOL
480 B
Text
26 lines
No EOL
480 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>
|
|
```
|
|
|
|
Paquets à installer pour se sentir à l'aise…
|
|
|
|
```
|
|
etckeeper vim dnsutils ufw iputils-ping
|
|
```
|
|
|
|
Activer ufw
|
|
|
|
Activer journald |