Skip to content

How to install Docker on macOS Big Sur 2021

  • Install the docker and docker machine from brew
brew install docker docker-machine

Check how to install brew on MacOS Big Sur

  • Install VirtualBox to let Docker create the images.
brew install --cask virtualbox

Now to create a Machine, follow the following steps:

docker-machine create --driver virtualbox default

Alternately, you can get directly from this link

https://hub.docker.com/editions/community/docker-ce-desktop-mac/

Leave a Reply

Your email address will not be published. Required fields are marked *