Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I roll back to a previous version of Docker Desktop?

Tags:

On Mac, I'm running Lando inside Docker. I'm on Lando v3.0.1 and was running Docker Desktop v2.2.0.5 successfully.

Docker released stable an update v.2.3.0.3 and I installed it. After that I attempted to run Lando, but got a warning message stating the Docker Desktop version is not supported.

So, I'm wondering if it is possible to roll back to my previous Docker Desktop version without uninstalling Docker.

like image 588
user3891775 Avatar asked Jun 05 '20 14:06

user3891775


People also ask

Can we downgrade docker version?

You can downgrade your Docker subscription anytime. When you downgrade your subscription, changes are applied immediately, and you will no longer have access to the prior services.

Is docker desktop no longer free?

Docker Desktop remains free for small businesses (fewer than 250 employees AND less than $10 million in annual revenue), personal use, education, and non-commercial open source projects. There is a grace period until January 31, 2022, for those that require a paid subscription to use Docker Desktop.


2 Answers

  1. Download your desired version from the Release Notes.
  2. Open the download, drag "Docker" to "Applications"
  3. Chose to "Replace" the existing installation
  4. Run Docker desktop

All your previous containers should still be there.

like image 153
Niel de Wet Avatar answered Oct 14 '22 22:10

Niel de Wet


Docker Desktop Options

If you're using Docker Desktop, I found deselecting the option Use Docker Compose V2 fixed my problems. Spent a long time working on reinstalling things. Definitely worth a try before doing anything big.

like image 33
Toby Smith Avatar answered Oct 14 '22 23:10

Toby Smith