Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xyzkpz/f628113e93dc323d962cd3e61230f220 to your computer and use it in GitHub Desktop.
Save xyzkpz/f628113e93dc323d962cd3e61230f220 to your computer and use it in GitHub Desktop.
install docker windows server 2019
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