Skip to content

Commit

Permalink
Install from the command line is officially supported since Docker De…
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Apr 20, 2022
1 parent b697ccb commit e219267
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/docker-install-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e219267

Please sign in to comment.