Issue running docker in my mac OS Big Sur v11.0

Viewed 5656

Docker fails to launch on Apple Big Sur after the upgrade.

After updating from any mac version to Apple Big Sur, it fails to start up.

3 Answers

This is a breaking change that can be fixed by upgrading your Docker version to 2.5.0.1 or higher.

Docker has already pushed an update and upgrading Docker fixes the issue causing it to not launch on your Apple Big Sur installation.

Docker Desktop 2.5.0.0(49427) working for me

Related