Docker newbie here.
I just installed Docker Toolbox on my Win10 (Home) machine. After installation, I'm supposed to run a "Docker Quickstart Terminal". It opens up a terminal that tries to download a "boot2docker.iso" file but it is not able to do so. It usually times out or gives me an error that says "something went wrong. Press a key to continue" and that closes the terminal. Here's the terminal.
I ended up monitoring my network logs and realised it wasn't downloading anything. So to find a workaround, I found a comment here that says the ISO can be downloaded manually from here and placed in the docker/cache folder
. But when I try to download the file from my browser, the download doesn't even start.
Why can't I download this file?
- Is this a github download issue?
- Is there another way to download this ISO?
- What if I don't want the latest ISO? I'm assuming it tries to download the ISO because it wants the latest. But when I run
docker --version
from my terminal, I see that I have av19.03.1
. That's not bad, right? - Even if this download works, is there a way to turn off automatic boot2docker updates on docker so I don't get stuck in the future?