From e5b423318d5a7118cb8914f5ec117dabfcdf4e89 Mon Sep 17 00:00:00 2001 From: Inga Date: Sun, 4 Sep 2022 15:41:41 +0200 Subject: [PATCH] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa8b410..d62b197 100644 --- a/README.md +++ b/README.md @@ -482,7 +482,7 @@ Then: lxc-create -n CONTAINERNAME -f .config/lxc/CONTAINERNAME.conf -t download # pick OS (alpine/edge/amd64 in my case) lxc-start -n CONTAINERNAME # make sure it does not produce any errors -lxc-attach -n CONTAINERNAME +lxc-attach --clear-env -n CONTAINERNAME ``` You'll get into a container root console.