EasyEngine / EasyEngine/easyengine
Launch Docker for Mac from commandline
Open
component/docker
platform/mac
- Dominant language
- PHP
- Stars
- 2.2k
- Forks
- 424
- PR merge metrics
- No merged PRs in 30d
Description
Currently, when Docker for the app is installed but not running, I see following
```
rahul286:~/$ ee site list [15:00:46]
Error: Docker not installed or not running.
For macOS docker can be installed using: `brew cask install docker`
```
How if we launch "Docker for Mac" from the command line using:
```
open -a Docker
```
We may add a confirmation.
Contributor guide
Assessment
This issue has not been assessed yet.