简体   繁体   中英

boot2docker is autoupgrading

i installed https://github.com/docker/toolbox/releases/download/v1.9.1j/DockerToolbox-1.9.1j.exe as i need docker 1.9. On starting the dockertools it detected that my boot2iso is old and updated the same to latest.For sure i had unchecked the auto upgrade option during installation "upgrade boot2docker VM" I do not want to upgrade.Please help

Running pre-create checks... (default) Default Boot2Docker ISO is out-of-date, downloading the latest release ... (default) Latest release for github.com/boot2docker/boot2docker is v1.10.2 (default) Downloading C:\Users\akathaku\.docker\machine\cache\boot2docker.iso fr om github.com/boot2docker/boot2docker/releases/download/v1.10.2/… ker.iso...

I ran into this problem recently and solved it by running the following:

~$ docker-machine create -d virtualbox --virtualbox-boot2docker-url=https://github.com/boot2docker/boot2docker/releases/download/v1.9.1/boot2docker.iso default

For note, using this method currently suffers from the following issue: https://github.com/docker/machine/issues/2195

I hope it helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM