Closed Maplessss closed 3 years ago
repro::check_docker() leads to the advice to insert brew cask install docker in an admin terminal. This does not install Docker, though, but results in "Error: Unknown command: cask".
repro::check_docker()
brew cask install docker
The actual command, according to https://formulae.brew.sh/cask/docker, should be brew install --cask docker,
brew install --cask docker
Thank you so much, not only for opening an issue but also for finding the correct solution. Greatly appreciated.
Thank you for creating this greatly helpful package!
repro::check_docker()
leads to the advice to insertbrew cask install docker
in an admin terminal. This does not install Docker, though, but results in "Error: Unknown command: cask".The actual command, according to https://formulae.brew.sh/cask/docker, should be
brew install --cask docker
,