We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c9048 commit e39fa6dCopy full SHA for e39fa6d
build.ps1
@@ -126,10 +126,10 @@ function Initialize-Docker() {
126
# # Remove docker daemon config setting "data-root" to Z:\docker (NVMe mount) to avoid hitting moby/moby#48093
127
# Remove-Item -Path $dockerDaemonConfig
128
129
- cd 'C:\Windows'
+ Push-Location -Path 'C:\Windows'
130
Rename-Item SystemTemp SystemTemp.old
131
cmd.exe /c "mklink /D SystemTemp 'Z:\docker'"
132
- cd -
+ Pop-Location
133
}
134
Get-ComputerInfo | Select-Object OsName, OsBuildNumber, WindowsVersion
135
Get-WindowsFeature Containers | Out-String
0 commit comments