[DOCS] How to connect to IDE from container
Resolved 💬 3 comments Opened Jan 30, 2026 by jakub-bochenski Closed Feb 28, 2026
Documentation Type
Missing documentation (feature not documented)
Documentation Location
https://code.claude.com/docs/en/jetbrains
Section/Topic
Connect to IDE
Current Documentation
Run claude from your IDE’s integrated terminal, and all integration features will be active.
What's Wrong or Missing?
Running a containerized claude doesn't work, even when using --network host
It's not clear how can one connect containerized claude to IDE.
docker run --rm -it -v "$PWD:$PWD" -w"$PWD" -v claude_config:/home/agent/ --network host claude-code-secure
(Claude runs, but says it cannot detect IDE)
Suggested Improvement
Explain what exactly is needed to connect to IDE
Impact
High - Prevents users from using a feature
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗