-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Continue with Exec API #168
Comments
Bug was reported, see §29: +15 point(s) just awarded to @amihaiemil/z |
The main problem is the exec command is a part of container, and the start command is a part of common docker api. You should send POST request to /containers/{containerId}/exec for creating exec instance, then send POST to /exec/{execId}/start for starting. So u should pass to RtContainer command and env arguments, then pass the execution id to RtDocker instance to invoke start, inspect, resize methods. |
@edanilenko It's not that complicated, don't worry. I'll implement the |
@edanilenko See how You can create an Makes sense? :D |
some problem with implementation of start method |
@lumimul That's a good question... I'll look over it and try to think of something. |
Let's continue with it. API is described here.
See contributing guidelines. Also, this might be helpful.
The text was updated successfully, but these errors were encountered: