microsoft / RTVS

R Tools for Visual Studio.
MIT License
390 stars 118 forks source link

Workspaces window should show only connectable contaienrs #4190

Open karthiknadig opened 6 years ago

karthiknadig commented 6 years ago

Currently there is no test to see if a container has rtvs-daemon is running. This means any container that exposes 5444 as a port will be listed there. Sometimes this lists containers that cannot be connected to. For example, run this:

docker run -p 7070:5444 kvnadig/chess-sample:latest Rscript --vanilla /work/script.R
AlexanderSher commented 6 years ago

I think we can check the /interpreters and verify its output. It should be enough.