You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return"", fmt.Errorf("Parallels Desktop edition could not be fetched!")
Here is what I believe the underlying command output is:
% prlsrvctl info --license
Searching for installed licenses...
No licenses installed.
I just downloaded a demo of Parallels to help a minikube user out, so I do not have a license. May I suggest that, if a license is required, that the error message be updated to show something like:
docker-machine-parallels requires a Parallels license to be purchased: https://www.parallels.com/
Alternatively, if this is just the case of a regular expression changing, I thought you should know.
The text was updated successfully, but these errors were encountered:
The appropriate workaround I found was to select Account & License... in the Parallels menu. Add a user, and select a 14-day trial. Then a license showed up and docker-machine + minikube could run as expected.
The error message should be updated to contain this information.
This happens with both docker-machine and minikube:
Looking at the code - the parsing appears to be made here:
docker-machine-parallels/parallels_darwin.go
Line 783 in ae235d0
Here is what I believe the underlying command output is:
I just downloaded a demo of Parallels to help a minikube user out, so I do not have a license. May I suggest that, if a license is required, that the error message be updated to show something like:
docker-machine-parallels requires a Parallels license to be purchased: https://www.parallels.com/
Alternatively, if this is just the case of a regular expression changing, I thought you should know.
The text was updated successfully, but these errors were encountered: