apple / HomeKitADK

Apache License 2.0
2.55k stars 232 forks source link

Docker Install in Getting Started Not Working #84

Open cerniuk opened 3 years ago

cerniuk commented 3 years ago

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.

aajain-com commented 3 years ago

@cerniuk this is something new in the latest brew version. On my setup this shows up a warning and not an error. PR welcome!

cerniuk commented 3 years ago

@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!

ModestGoblin commented 3 years ago

Hey @cerniuk , in #88 I believe we solved this issue by using brew install --cask docker