You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a lot of code that has to run inside Docker containers (either already-running Docker containers, or my own Docker image), for access to specialized libraries, data and tools.
Octofriend has two Docker-related features that I would like to request in Kimi Code. One is to run a Docker container using octo docker run, which can run arbitrary images, and the other is octo docker connect, connecting to an existing Docker container.
These features are very useful. The agent’s operations (such as reading files and running shell commands) are isolated inside the Docker container, but it still has access to MCPs in the “host” environment.
This discussion was converted from issue #759 on February 05, 2026 10:50.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
What feature would you like to see?
I have a lot of code that has to run inside Docker containers (either already-running Docker containers, or my own Docker image), for access to specialized libraries, data and tools.
Octofriend has two Docker-related features that I would like to request in Kimi Code. One is to run a Docker container using
octo docker run, which can run arbitrary images, and the other isocto docker connect, connecting to an existing Docker container.These features are very useful. The agent’s operations (such as reading files and running shell commands) are isolated inside the Docker container, but it still has access to MCPs in the “host” environment.
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions