Skip to content

Commit 8638cf3

Browse files
committed
README: Document how to install Docker on Windows
1 parent 42c92a5 commit 8638cf3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,17 @@ docker run -it --rm \
105105
```
106106

107107

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+
108119
## License
109120

110121
The content in this repository is published under the

0 commit comments

Comments
 (0)