Install Docker on Windows


Installation with Internet access


Installation without Internet access

NOTE : Restart of the system will be required for offline installation

  1. You should download the required version of docker from URL
  2. Once downloaded extract the files (3 exe's will get extracted)
  3. Save the offline docker installation file as offline-windows-docker.ps1
  4. Update the lines in script for below parameters to point to correct .exe files for docker and dockerd

    • $DockerPath = "C:\Path\To\Local\Docker\docker.exe"
    • $DockerDPath = "C:\Path\To\Local\Docker\dockerd.exe"

      NOTE : Script is modified to check for exact location of docker exe's and not go online

  5. Restart of the machine will be performed automatically after script execution

  6. Open the powershell as Administrator.
  7. Execute .\offline-windows-docker.ps1