Posts

Showing posts with the label windows

Resolution - Not able to install Docker CE on Windows 10

Windows 10 Professional is one of the platform options for installing Docker CE. Other options are Windows 10 Enterprise and Windows Server 20xx. At first installation seems to be easy and you might have looked in Docker website. Issue: "Installation failed: one pre-requisite is not fulfilled. Docker for Windows requires Windows 10 Pro or Enterprise version <build number>, or Windows Server 2016 RTM to run." Resolution Steps: 1. Check your Windows build number      Press Windows key and type "winver". Now note down your build number.      And check with windows 10 build number required for Docker installation.      Typically Docker 18 CE required a build number of 14353 or more. 2. One option is to install a older version of Docker CE.       https://docs.docker.com/docker-for-windows/release-notes/   3. If you want to stick with latest version of Docker, do the following steps :-     a. Make sure you have a...