Fix Windows install powershell script
Signed-off-by: Shaun Lawrie <beatbophiphop@gmail.com>
This commit is contained in:
parent
f8a155ff8a
commit
b5107a8984
@ -111,7 +111,7 @@ From a PowerShell session run the following commands:
|
||||
|
||||
```PowerShell
|
||||
# Download and extract desired containerd Windows binaries
|
||||
$Version=1.6.2
|
||||
$Version="1.6.4"
|
||||
curl.exe -L https://github.com/containerd/containerd/releases/download/v$Version/containerd-$Version-windows-amd64.tar.gz -o containerd-windows-amd64.tar.gz
|
||||
tar.exe xvf .\containerd-windows-amd64.tar.gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user