5 lines
145 B
PowerShell
5 lines
145 B
PowerShell
Enable-WindowsOptionalFeature -Online -FeatureName containers -All
|
|
RefreshEnv
|
|
choco install -y docker-for-windows
|
|
choco install -y vscode-docker
|