Back
I am unable to download docker, am using Windows 10.
Please help me with the installation process.
The docker requires windows 10 pro for installation. You can launch a Linux instance in aws and install the docker using the below commands:
sudo apt-get updatesudo apt-get install docker.io
sudo apt-get update
sudo apt-get install docker.io
This will help you to install docker
For more information, check out this Docker Tutorial.
31k questions
32.8k answers
501 comments
693 users