Reputation: 1666
I've downloaded docker desktop from the website but was unable to open the installer. My operating system is windows 7. What are the steps required to install docker desktop on windows 7?
Upvotes: 6
Views: 20191
Reputation: 1666
Docker Desktop is not supported on windows 7, you can use Docker toolbox instead. Do following steps:
After following above steps, you may not be able to run Docker Quickstart Terminal properly. If so, follow below steps:
Try Running Kitematic. If its not working and you are receiving an error about "default" already existing or config.json missing, do the following:
If the above CMD commands failed:
Problem with "default" project
Upvotes: 3
Reputation: 805
You will need Win10 pro to install Docker on PC, but otherwise you can still install Docker on PC by downloading Docker Toolbox for Win7,8,10. Link to download Docker Toolbox at:
https://www.softpedia.com /get/Programming/Other-Programming-Files/Docker-Toolbox.shtml
Upvotes: 0
Reputation: 540
As far as I know, Docker desktop require Windows 10.
https://docs.docker.com/docker-for-windows/install/
System Requirements
Windows 10 64-bit: Pro, Enterprise, or Education (Build 15063 or later).
Upvotes: 0