-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run PyRight with a Docker environment #50
Comments
I don't know Docker, so I'll tell you what I do know. Here's how this plugin works: It takes a path from you, then use Java's In other words, it relies on a few assumptions:
Since I'm using built-in APIs to handle most of these, I have no direct information about the file system or even what shell. I just overcame a nightmare to add support for WSL (which I use myself) to the sister plugin. Supporting Docker would be even harder, considering that I have exactly zero experience with it. Ideally, this plugin should "just work", but that would require more than what I could offer right now. |
Thank you for the quick response. I'll look into it. |
Hi, I'm also interested in running it inside a docker environment. Have you found any solutions? |
@lorisgir Unfortunately, no. Since the last update, I got a tiny bit more familiar with Docker, but there's still one major blockade. Docker support is provided by JetBrains via one of their official plugins. It is thus very likely that I would need to use some APIs from it to run the remote executable. However, it is not open source, so I can't just read its code to find out. The only way left is to find an open source plugin that knows how to interact with the Docker plugin's APIs and learn from its example. I haven't come across any such plugin. Please let me know if you do. |
I just reverted to a local environment to make it work, I'll stay with this conf for now.
|
@lorisgir That shouldn't happen. Could you file a new issue? Thanks. |
In my use case, it is very difficult to have a local virtual environment containing the libraries in the docker image. |
Is it possible to run PyRight using this plugin for a interpreter running inside a Docker container?
The text was updated successfully, but these errors were encountered: