main
Gasper Spagnolo 2022-09-27 09:50:39 +02:00
parent ac72425586
commit 5e9eea49ef
1 changed files with 4 additions and 1 deletions

5
lxc.md
View File

@ -18,6 +18,9 @@ to stop a container:
lxc stop <container-name>
```
to delete a container:
```bash
lxc delete <container-name>
```
### Setup static ip for container:
@ -33,4 +36,4 @@ to delete a container:
### Exposing container to the public:
Todo, for now follow linked tutorial.
Todo, for now follow linked tutorial. Host it on your own.