From 74a9a93e147a057476a020552561368889983a61 Mon Sep 17 00:00:00 2001 From: adrian5 Date: Fri, 27 Sep 2019 19:25:38 +0200 Subject: [PATCH] lxc: change container creation command --- pages/linux/lxc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/lxc.md b/pages/linux/lxc.md index b6f571b90..55f12f48e 100644 --- a/pages/linux/lxc.md +++ b/pages/linux/lxc.md @@ -13,7 +13,7 @@ - Create a new container from an image: -`lxc launch [{{remote}}:]{{image}} {{container}}` +`lxc init [{{remote}}:]{{image}} {{container}}` - Start a container: