Note: This requires a PowerShell prompt with winget installed. You should be able to copy and paste the code block to install. If you use an elevated PowerShell prompt, UAC will not pop up during the installs. ```PowerShell winget install -e --id Docker.DockerDesktop; ` winget install -e --id Microsoft.VisualStudioCode ```
```sh brew install --cask docker visual-studio-code ```
```sh sudo snap install docker; \ sudo snap install code --classic ```