diff --git a/lxc.md b/lxc.md index af9de20..8d4fb46 100644 --- a/lxc.md +++ b/lxc.md @@ -18,6 +18,9 @@ to stop a container: lxc stop ``` to delete a container: +```bash + lxc delete +``` ### 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.