From e219267ac70faff4b143ad39b2d4b23d54522838 Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Wed, 20 Apr 2022 20:51:02 +0200 Subject: [PATCH] Install from the command line is officially supported since Docker Desktop 4.7.0: https://docs.docker.com/desktop/mac/install/#install-from-the-command-line --- .github/actions/docker-install-macos/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/docker-install-macos/action.yml b/.github/actions/docker-install-macos/action.yml index 7068fbb..8f5eb4c 100644 --- a/.github/actions/docker-install-macos/action.yml +++ b/.github/actions/docker-install-macos/action.yml @@ -5,6 +5,8 @@ runs: using: "composite" steps: # From https://github.com/docker/for-mac/issues/2359#issuecomment-943131345 + # Install from the command line is officially supported since Docker Desktop 4.7.0: + # https://docs.docker.com/desktop/mac/install/#install-from-the-command-line - run: | brew install --cask docker sudo /Applications/Docker.app/Contents/MacOS/Docker --unattended --install-privileged-components