Expected behavior
docker run hello-world to run successfully.
Actual behavior
$ docker run hello-world
Unable to find image ‘hello-world:latest’ locally
Pulling repository docker.io/library/hello-world
C:\Program Files\Docker Toolbox\docker.exe: Error while pulling image: Get https
://index.docker.io/v1/repositories/library/hello-world/images: tls: oversized re
cord received with length 20527.
See ‘C:\Program Files\Docker Toolbox\docker.exe run --help’.
Information
I installed docker toolbox on a windows 7 machine. After install I tried to verify the install by running the hello-world image but received this error.
Steps to reproduce the behavior
- Install Docker Toolbox on a Win 7 machine
- run docker run hello-world