From a3b4d2a2123f36c02c26b97f6699d2f3fc14dfbc Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Fri, 23 Jun 2023 07:27:48 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'How=20to=20create?= =?UTF-8?q?=20a=20new=20LXC'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- How-to-create-a-new-LXC.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/How-to-create-a-new-LXC.md b/How-to-create-a-new-LXC.md index 667e7c8..e8fedf1 100644 --- a/How-to-create-a-new-LXC.md +++ b/How-to-create-a-new-LXC.md @@ -291,7 +291,7 @@ If nothing is specified, the script will use the VM/LXC folder (`/lxc/ command: ``` -*Run multiples commands inside a docker container (TODO)* +*Run multiples commands inside a docker container* ```yaml - type: docker container: @@ -316,14 +316,14 @@ If nothing is specified, the script will use the VM/LXC folder (`/lxc/
Git -*Clone a git repository (TODO)* +*Clone a git repository* ```yaml - type: git_clone url: destination: ``` -*Pull a git repository (TODO)* +*Pull a git repository* ```yaml - type: git_pull path: @@ -355,13 +355,13 @@ If nothing is specified, the script will use the VM/LXC folder (`/lxc/
Packages -*Install a package (TOCHECK)* +*Install a package * ```yaml - type: install_package package: ``` -*Install multiple packages (TOCHECK)* +*Install multiple packages* ```yaml - type: install_package packages: @@ -369,13 +369,13 @@ If nothing is specified, the script will use the VM/LXC folder (`/lxc/ - ``` -*Remove a package (TOCHECK)* +*Remove a package* ```yaml - type: remove_package package: ``` -*Remove multiple packages (TOCHECK)* +*Remove multiple packages* ```yaml - type: remove_package packages: @@ -483,7 +483,7 @@ If nothing is specified, the script will use the VM/LXC folder (`/lxc/
- Wait (TODO) + Wait *Wait X seconds* ```yaml