Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Type windows button → type "taskmgr" and press enter key → click "Performance" tab and check "CPU" → Verify if Virtualization is Enabled or not


Setup a Docker on Windows 10

Download Docket Docker at https://docs.docker.com/docker-for-windows/install/#download-docker-for-windows

You will see the following dialog when installation is started:

Image Added

Docker version I installed is 2.2.0.0 as following:

Image Added

Once installation is done, the windows needs to be restarted, and you will see following icon on bottom right side when you click Image Added:

Image Added

And you may have to put your Docker ID and password in order to make it work:

Image Added


Check docker version

If everything is okay, you can check if your docker is correctly working or not on command line.

Code Block
docker version

Followings are the example

Image Added