From 4bc0b266029cf7dd38256c85da2996b1a807f1e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?VERNOU=20C=C3=A9dric?= <1659796+vernou@users.noreply.github.com> Date: Wed, 6 Sep 2023 14:56:21 +0200 Subject: [PATCH] Revert the removal of the parameter Container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VERNOU Cédric <1659796+vernou@users.noreply.github.com> --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index af5df0732..a8cc49ada 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -116,7 +116,7 @@ curl.exe -L https://github.com/containerd/containerd/releases/download/v$Version tar.exe xvf .\containerd-windows-amd64.tar.gz # Copy and configure -Copy-Item -Path ".\bin" -Destination "$Env:ProgramFiles\containerd" -Recurse -Force +Copy-Item -Path ".\bin" -Destination "$Env:ProgramFiles\containerd" -Recurse -Container:$false -Force cd $Env:ProgramFiles\containerd\ .\containerd.exe config default | Out-File config.toml -Encoding ascii