Symptoms
I get one of the following error messages while creating a Docker virtual machine:
WARNING >>> Error attempting heartbeat call to plugin server: rpc: can't find service RPCServerDriver.Heartbeat Error attempting to invoke binary for plugin 'parallels': rpc: can't find service RPCServerDriver.GetVersion
- WARNING >>> Error attempting heartbeat call to plugin server: rpc: can't find service RpcServerDriver.Heartbeat Error attempting to invoke binary for plugin 'parallels': rpc: can't find service RpcServerDriver.GetVersion
Cause
You use new Docker Machine (v0.5.1 or later), but have the old Parallels plugin.
- You installed the new Parallels plugin (v1.1.0 or later), but use Docker Machine v0.5.0.
Resolution
Update the plugin to the latest version according to the instructions here.
Update Docker Machine to v0.5.1 or later. It is recommended to use the latest Docker Toolbox package:
https://www.docker.com/docker-toolbox
You can download the previous version of Parallels plugin (v1.0.2) compatible with Docker Machine v0.5.0 here as an alternative solution, however, we strongly recommend you to update Docker Machine.