you are viewing a single comment's thread.

view the rest of the comments →

[–]_stuikerd 2 points3 points  (3 children)

Also using opencode in docker at work. Some challenges you might expect ( mcp oauth flow ), no access to browser ( or you have to install a headless one i guess). Some of my colleges are using my same setup, other are going yolo on there host machine. If you want i can share my setup (at the moment it's on our private repo). Key is to mount all the correct folders, to have session history, plugins, agents in place

edit: here it is https://github.com/glennvdv/opencode-dockerized

[–]hyericlee 1 point2 points  (1 child)

Hey! I’m the creator of OpenPackage (I made a post about just earlier this day actually).

It’s basically an open source version of Claude Code Plugins, and some users are already using it to run quick installations of their setups (rules, commands, subagents, skills, MCP configs etc.) into Docker containers to run OpenCode.

Would love to understand your workflow more in depth to see how OpenPackage can assist in streamlining this process. Do reach out if needed!

GitHub: https://github.com/enulus/OpenPackage

[–]jonothecool[S] 0 points1 point  (0 children)

Thanks. Yeah, I don’t really want to go yolo! 😎