Gasper Spagnolo 2022-09-29 23:11:54 +02:00
parent 294d2a3084
commit cc7bb3f405
1 changed files with 8 additions and 0 deletions

8
lxc.md
View File

@ -34,6 +34,14 @@ to delete a container:
lxc shell <container-name> lxc shell <container-name>
``` ```
### List available images:
```
lxc image alias list images:
lxc image alias list images: | grep -i arch
lxc image alias list images: | grep -i debian
lxc image alias list images: | grep -i fedora
```
### Exposing container to the public: ### Exposing container to the public:
Todo, for now follow linked tutorial. Host it on your own. Todo, for now follow linked tutorial. Host it on your own.