-
-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to execute command in running container #163
Comments
I would like to make sure I understand you correctly. You want to execute code after a container has been started (besides If you like to contribute, I'd be very happy. Otherwise, I can have a look at it within the next days. |
That is correct.
Yes, I can look into this! |
…rContainer' {Add ExecAsync to execute shell commands in running containers.}
@oorobets I had a few minutes left on my way home. What do you think about: feature/exec-command-in-running-container - sorry did not see your comment. |
…rContainer' {Add ExecAsync to execute shell commands in running containers.}
…rContainer' {Add ExecAsync to execute shell commands in running containers.}
Is your feature request related to a problem? Please describe.
Ability to execute command in running container
Describe the solution you'd like
container.execInContainer(params string[]);
Describe alternatives you've considered
None
Additional context
For example. I need to run my tests against Solr. Setting it up requires multiple http calls etc.
The text was updated successfully, but these errors were encountered: