From 6c4cbc7fed15ded38145e2f1404329911b17d057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Thu, 6 Oct 2022 00:23:03 +0100 Subject: [PATCH] typos --- documentation/setup-lxc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/setup-lxc.md b/documentation/setup-lxc.md index b022eee..e111ce2 100644 --- a/documentation/setup-lxc.md +++ b/documentation/setup-lxc.md @@ -27,7 +27,7 @@ lxc exec $LXC_CONTAINER_NAME -- bash -c "curl -s \"https://git.limbosolutions.co #install Portainer lxc exec $LXC_CONTAINER_NAME -- bash -c "curl -s \"https://git.limbosolutions.com/kb/portainer/raw/branch/main/scripts/setup.sh\" | bash" -#confirm ip address +#confirm container ip address lxc exec $LXC_CONTAINER_NAME -- bash -c "ip a" ```