3

Older versions of Docker over Docker Machine

 2 years ago
source link: https://dev.to/acoronadoc/older-versions-of-docker-over-docker-machine-1dni
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Older versions of Docker over Docker Machine

Sometimes we may need use different versions of Docker on our machine. We may interest this functionality in order to support older versions of Docker on our developments. In my case, I needed an older version of Docker because new versions of Docker require ‘Content-Length’ header to download images from a repository(The rest is another history).

We may deploy any versions of Docker using Docker Machine just adding the '--virtualbox-boot2docker-url' parameter:

docker-machine create -d virtualbox --virtualbox-boot2docker-url https://github.com/boot2docker/boot2docker/releases/download/v18.09.8/boot2docker.iso ics2

I hope help anyone with this tip.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK