aaronpeikert / repro

Easy Setup of a Reproducible Workflow
GNU General Public License v3.0
36 stars 7 forks source link

`brew cask install docker` not working #92

Closed Maplessss closed 3 years ago

Maplessss commented 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".

The actual command, according to https://formulae.brew.sh/cask/docker, should be brew install --cask docker,

aaronpeikert commented 3 years ago

Thank you so much, not only for opening an issue but also for finding the correct solution. Greatly appreciated.

Maplessss commented 3 years ago

Thank you for creating this greatly helpful package!