Skip to content

Conversation

shin-
Copy link
Contributor

@shin- shin- commented Apr 27, 2015

We're deprecating the existing Client.execute method because it is at odds with the base principles of the project (which is that every command in client should make a single HTTP request). Expect to see it disappear in 1.3

Implementing the following methods in docker.Client instead: exec_create, exec_start, exec_inspect and exec_restart

Resolves #444 (see exec_inspect)

@shin- shin- force-pushed the exec_rework branch 3 times, most recently from eb4f751 to 526fab6 Compare April 27, 2015 20:53
@shin- shin- added this to the 1.2.0 milestone Apr 27, 2015
shin- added a commit that referenced this pull request Apr 27, 2015
@shin- shin- merged commit 5eeb61a into master Apr 27, 2015
@shin- shin- deleted the exec_rework branch May 7, 2015 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

execute does not return error code
1 participant