trucs a faire dans un container tout juste init
This commit is contained in:
parent
33b90b45ef
commit
72ddcd20c5
1 changed files with 11 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
Some commands:
|
Some commands:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -14,4 +13,14 @@ lxc config device set <name> root size 20GB
|
||||||
lxc launch images:debian/stretch/amd64 <name>
|
lxc launch images:debian/stretch/amd64 <name>
|
||||||
lxc list
|
lxc list
|
||||||
lxc storage volume list <storagename>
|
lxc storage volume list <storagename>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Paquets à installer pour se sentir à l'aise…
|
||||||
|
|
||||||
|
```
|
||||||
|
etckeeper vim dnsutils ufw iputils-ping
|
||||||
|
```
|
||||||
|
|
||||||
|
Activer ufw
|
||||||
|
|
||||||
|
Activer journald
|
Loading…
Reference in a new issue