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'm using DockerCommandLineCodeExecutor in a project that uses additional system admin tools that need config files and access to specific network ports to operate (e.g. kubectl, helm).
What feature would you like to be added?
I'm using DockerCommandLineCodeExecutor in a project that uses additional system admin tools that need config files and access to specific network ports to operate (e.g. kubectl, helm).
In DockerCommandLineCodeExecutor, add these arguments to the
__init
function:These are all additive to what the docker container has now and if left to defaults, don't break existing uses of DockerCommandLineCodeExecutor
I have my own fork that implements this and will create a PR for this if it looks like a good idea for the project.
Why is this needed?
Enable the agents to:
The text was updated successfully, but these errors were encountered: