I created some docker droplets few months ago by choosing from the marketplace the available docker image. That created the droplets using Ubuntu 18.04.3 LTS and Docker version 19.03.1, build 74b1e89. Now I wanted to add some more droplets but it seems that the image has been upgraded to Ubuntu 20.04.1 LTS and Docker version 19.03.13, build 4484c46d9d. How can I choose the same docker version? I want to create a swarm and need same docker engine. Thank you. (I see there’s also some API to create droplets but not sure where I find same image that was in marketplace, maybe I can pass that as parameter?)
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there @Strobboscope,
A quick way to solve that problem would be to do the following:
That way you will ensure that both the OS version, all configuration files, and the Docker engine version are all the same on all of your Droplets.
Hope that this helps! Regards, Bobby