How to install and configured docker step by step any one explain?

I have tried This step and I have run the command docker run hello-word command and getting below error PS C:\WINDOWS\system32> docker run hello-world
Unable to find image ‘hello-world:latest’ locally
latest: Pulling from library/hello-world
C:\Program Files\Docker\Docker\Resources\bin\docker.exe: error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/a7/a7a0c752f970a419aba39261958e13ad381a8192d424cb7815bcec26
8c2898af/data?verify=1531294202-5rrHEF6SXoU4qN4v9rJZIrxs1HA%3D: dial tcp 104.18.125.25:443: i/o timeout.
See ‘C:\Program Files\Docker\Docker\Resources\bin\docker.exe run --help’.

Please suggest me what can I do for solve this error?
Thank you,