From 5e9eea49ef7fcd49b6b88e078a7cd38a76e462d1 Mon Sep 17 00:00:00 2001 From: Gasper Spagnolo Date: Tue, 27 Sep 2022 09:50:39 +0200 Subject: [PATCH] Update --- lxc.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.