Reputation: 633
After upgrading Intellij Idea to version 2016.1 I got problem with Docker plugin due to missed dependency org.jetbrains.plugins.remote-run
Plugin Error Problems found loading plugins: Plugin "Docker integration" was not loaded: required plugin "org.jetbrains.plugins.remote-run" not installed. Disable Docker integration Open plugin manager
Do you any ideas where I can find this plugin ?
Upvotes: 2
Views: 1066
Reputation: 6139
As stated here, One of the guys developing IntelliJ IDEA 2016.1 thought that the remote-run plugin was available in the Community Edition for IntelliJ IDEA (which it isn't). That was this morning (Dated: 18th March 2016), hopefully he'll extract the dependency sometime soon and update the plugin.
TL;DR: Wait a little while until the Docker plugin has been updated, a Jetbrains Developer screwed up.
Upvotes: 3
Reputation: 4973
According to the changelog the
The Docker plugin has been improved in many ways
Reinstall it to assure missing dependencies are provided.
Upvotes: 0