発生した事象と対応
事象
dockerコマンドを実行時、Error response from daemon: Get https://registry-1.docker.io/v2/: Service Unavailable.エラーが出力されdocker imageのダウンロードが行えなかった。
% docker run -it --rm ....
Unable to find image 'xxx/xxx:latest' locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/: Service Unavailable.
See 'docker run --help'.
対応
Docker Desktopを再起動したところ、問題が解消した。
再起動はmacOSの場合、下記の場所から行える。
こちらもおススメ