The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running
I followed the guide Install Docker Toolbox
I needed to use Oracle VM Virtualbox as I only have windows 10 home installed on my personal computer.
When running "docker run hello-world" i got the following error "The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running."
I deleted the default virtual-box via "Oracle VM VirtualBox Manager" and any other docker vm's i may have created , and ensured other boxes were not running.
Next I ran Kitematic (alpha) and if given the choice, choose Virtualbox installation.
After several retry's the app loaded and the "Docker Cli" button was clickable.
I ran "docker run hello-world" in the CLI which worked.
I went back to Docker Quickstart Terminal and once again ran "docker run hello-world".
No comments: