How to Install Docker on Mac Version 10.13?

Viewed 63

I know macs need version 10.15 or above to install Docker. But I want to install docker on my 10.13 mac, can you give me any advice?

(Docker officially requires at least version 10.15 or above, but my Mac can't be upgraded.)

2 Answers

The easiest way ist to install Docker Desktop for MacOS. If you need Docker-Compose to, you can run brew install odcker-compose if Brew ist installed

And if that dosen`t work you can maybe virtualize an Debianbased Linux...

Related