Mac install old version of docker

How can i install an older version of docker on a mac (specifically 1.13) ?

Homebrew and cask don’t seem to have it.
Docker’s website doesn’t seem to have it…

All releases are available for download from here https://docs.docker.com/docker-for-mac/release-notes/#docker-community-edition-17120-ce-mac49-2018-01-19

2 Likes

Thanks!

But it looks like the 1.13.0 and 1.13.1 links are broken

To download 1.13.1:

https://download.docker.com/mac/stable/1.13.1.15353/Docker.dmg

Solution found here: https://github.com/docker/for-mac/issues/1120#issuecomment-274637739

I am using High Sierra 10.13.6 on iMac Mid-2011
i followed this artical

Hombrew will raised an error Error: SHA256 mismatch. No worries, Homebrew tells you where the tmp file was downloaded to. It’s something like this File: /Users/jack/Library/Caches/Homebrew/downloads/2cc36211072280d8bce8a8aba0b9c65c40eb3bcddbcea07053f9627b483071db--Docker.dmg
Copy the dir info and go to the terminal type:
open /Users/jack/Library/Caches/Homebrew/downloads/2cc36211072280d8bce8a8aba0b9c65c40eb3bcddbcea07053f9627b483071db--Docker.dmg
Now you successfully install older version of Docker on your machine!!!