[Solved] Can't use interpreter in docker (for windows) image
Answered
Hi,
I don't seem to be able to add an interpreter that's residing in a docker image.
I added Docker for Windows in "Services"
When I "Add Python Interpreter" -> Docker it successfully connects and shows my images.

but when I click OK it shows the error "Can't retrieve image ID from build stream":
Any idea what I'm doing wrong?
Also in the services tab I see my containers and images in Docker.
Please sign in to leave a comment.
Does it happen with any Docker image, even python:latest?
Are there any relevant errors in idea.log (Help | Show Log in...)?
Thanks you for pointing the logs out.
It had to do with the machine in question not being able to pull the busybox image from the docker repo.
This because the machine was not connected to the internet... docker load helped, and pycharm is working as expected.