diff --git a/lxc.md b/lxc.md index ce3d73c..fae9e2b 100644 --- a/lxc.md +++ b/lxc.md @@ -34,6 +34,14 @@ to delete a container: lxc shell ``` +### 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: Todo, for now follow linked tutorial. Host it on your own.