Hi everyone, I have a problem and I hope you can help me. I installed Docker CE in a server Linux (Debian 12.5) without the firewall. All works fine except that I can’t connect with my IDE (JetBrains Rider or Visual Studio Code) to deploy my applications. If I connect from the shell all works fine. Why can’t I do the same from the IDE? Are there some settings to make to use it with an IDE? Thanks and sorry for my English.
This seems to be an issue with the IDE, not Docker, but if you share how you try to connect from the IDE, we might be able to help.What do you mean by connecting from the shell? Do you have an SSH remote docker context? Or do you use VSCode’s remote develpment extension to run it on the server?