Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Specify docker engine version with docker machine

docker-machine creates new instances with the latest docker engine version.

Is it possible to specify the docker engine version?

The docker-machine create command has a --engine-install-url option. However I was not able to find version specific URLs (https://get.docker.com/).

like image 791
timstott Avatar asked Nov 22 '25 13:11

timstott


1 Answers

From issue 2029, you should use the docker-machine create --virtualbox-boot2docker-url option instead.

You can see an example in issue 2195:

docker-machine create -d virtualbox --virtualbox-boot2docker-url=https://github.com/boot2docker/boot2docker/releases/download/v1.8.3/boot2docker.iso 183

Obviously, this would not work for more recent docker on Windows with HyperV.

like image 127
VonC Avatar answered Nov 24 '25 07:11

VonC



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!