Merge pull request #6969 from ShaunLawrie/patch-1

Fix Windows install powershell script
This commit is contained in:
Kevin Parsons 2022-05-21 20:47:58 -07:00 committed by GitHub
commit ac85382682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ From a PowerShell session run the following commands:
```PowerShell ```PowerShell
# Download and extract desired containerd Windows binaries # 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 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 tar.exe xvf .\containerd-windows-amd64.tar.gz