Created
November 21, 2023 09:06
-
-
Save xyzkpz/f628113e93dc323d962cd3e61230f220 to your computer and use it in GitHub Desktop.
install docker windows server 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while doing installationgatting same err on windows server 2019 | |
https://community.microfocus.com/cyberres/fortify/f/fortify-discussions/524702/docker-install-on-windows-server-2019 | |
blog url to install docker using power shell on windows server 2019 | |
https://learn.microsoft.com/en-us/virtualization/windowscontainers/quick-start/set-up-environment?tabs=dockerce#windows-server-1 | |
command run as admin on windows server 2019 | |
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/Windows-Containers/Main/helpful_tools/Install-DockerCE/install-docker-ce.ps1" -o install-docker-ce.ps1 | |
.\install-docker-ce.ps1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment