はじめに
多くの方が書かれていますが、記事が古いため書いてる通りにやっても上手くいかない事があります。
なので、振り返られるように記事にしておきます。
Dockerのインストール
以下のコマンドでインストールします。
$ brew install docker --cask
インストール中のメッセージ。
長らくHomebrewをアップデートしてないのでErrorが出ていますがインストールは出来ました。
Error:
homebrew-core is a shallow clone.
To `brew update`, first run:
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
This command may take a few minutes to run due to the large size of the repository.
This restriction has been made on GitHub's request because updating shallow
clones is an extremely expensive operation due to the tree layout and traffic of
Homebrew/homebrew-core and Homebrew/homebrew-cask. We don't do this for you
automatically to avoid repeatedly performing an expensive unshallow operation in
CI systems (which should instead be fixed to not use shallow clones). Sorry for
the inconvenience!
==> Downloading https://desktop.docker.com/mac/stable/amd64/61853/Docker.dmg
Already downloaded: /Users/Masaaki_Murakami/Library/Caches/Homebrew/downloads/f47fc0605c8d59cc9f5232206dec8ea7d11e3d502dea4dad960e0551ccb10c97--Docker.dmg
==> Installing Cask docker
==> Moving App 'Docker.app' to '/Applications/Docker.app'
🍺 docker was successfully installed!
記事によっては以下のように書いていますが、この方法はBig Surでは使えないそうです。
$ brew cask install docker
インストールが無事終了したらバージョン確認。
(以下は2021.06.01時点でのバージョン番号)
$ docker --version
Docker version 20.10.5, build 55c4c88