Docker Install in Getting Started Not Working
While you really don't need a command line to install Docker, the brew command line given on page:
https://github.com/apple/HomeKitADK/blob/master/Documentation/getting_started.md#prerequisites
Is incorrect. Brew indicates:
31415927:~ williamcerniuk$ brew cask install docker Error: Calling brew cask install is disabled! Use brew install [--cask] instead.
@cerniuk this is something new in the latest brew version. On my setup this shows up a warning and not an error. PR welcome!
@aajain-com sorry, not sure what you mean. What you see in my comment is copy-paste from macOS 11.1 terminal. The HomeKit MFi team had a similar comment. Either way, wasting too much time dealing with points of failure in convoluted build system, I punted. 🤷🏻♂️. Thanks tho!
Hey @cerniuk , in #88 I believe we solved this issue by using brew install --cask docker