Docker network timeout when using 'docker run hello-world'

Expected behavior Attempting to run the command ‘docker run hello-world’ when image does not exist locally should download image from docker.io and run the container. Actual behavior Command results in the following output: Unable to find image ‘hello-world:latest’ locally Pulling repository doc…