Connect to an opencode instance running in a container #94
-
|
Hi! ':checkhealth opencode' shows this:
|
Beta Was this translation helpful? Give feedback.
Answered by
NickvanDyke
Dec 11, 2025
Replies: 1 comment 5 replies
-
|
Hmm, I think you could:
Then the plugin will communicate with |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can ignore the provider and "missing
opencode" errors; they won't make much sense when you're runningopencodein a container. Don't usetoggle()in this case - justask()andselect(). Those will connect to the already-runningopencodein the container 🙂opencodeoffers a non-ACP API, whichopencode.nvimuses. So maybe try it withoutacp?opencode --port 50000 --print-logs --log-level INFO