How to install Docker on macOS Big Sur 2021

April 7, 2021 | By | Reply More
  • 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/

Category: Cloud

Leave a Reply