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 42c92a5 commit 8638cf3Copy full SHA for 8638cf3
README.md
@@ -105,6 +105,17 @@ docker run -it --rm \
105
```
106
107
108
+## Set up Windows Machine
109
+
110
+To build the Docker images for Windows, you need a Windows Server edition of
111
+the same version as our Docker images. Then install Docker CE with this command:
112
113
+ Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/Windows-Containers/Main/helpful_tools/Install-DockerCE/install-docker-ce.ps1" -o install-docker-ce.ps1
114
+ .\install-docker-ce.ps1
115
116
+Source: https://learn.microsoft.com/en-us/virtualization/windowscontainers/quick-start/set-up-environment?tabs=dockerce
117
118
119
## License
120
121
The content in this repository is published under the
0 commit comments