| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
|
|
| |
docker.types
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Rename Client -> DockerClient
|
| |
| |
| |
| |
| |
| |
| | |
Replace references to old Client with APIClient
Moved contents of services.md to appropriate locations
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/
|
|
|
|
|
| |
Any additional arguments passed to start will raise a
DeprecatedMethod (DockerException) exception.
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
A new user-focused API
|
| |
| |
| |
| | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|/
|
|
| |
Signed-off-by: biniambekele <biniambekele@users.noreply.github.com>
|
|
|
|
| |
Signed-off-by: Jamie Greeff <jamie@greeff.me>
|
|
|
|
| |
Signed-off-by: Maxime Feron <maxime.feron@corp.ovh.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: David Gageot <david@gageot.net>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
|
|
|
|
|
|
| |
docker commit --changes was added to Docker in 1.6.0.
Signed-off-by: Dima Spivak <dima@spivak.ch>
|
|\
| |
| | |
Support for container limits update
|
| |
| |
| |
| |
| |
| | |
for mem_limit, memswap_limit, kernel_memory and mem_reservation
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| |
| |
| | |
Allows user to update container limits in-flight.
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/
|
|
|
|
| |
Closes #934
Signed-off-by: Stéphane Seguin <stephseguin93@gmail.com>
|
|
|
|
| |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
|
|
|
| |
Signed-off-by: Jonathan Stewmon <jstewmon@rmn.com>
|
|\
| |
| | |
Add support for non-stream stats of containers
|
| |
| |
| |
| |
| |
| |
| | |
Adds one more flag to the `stats` method for streaming responses.
Keeps default as streamed response for backwards compatibility.
Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
|
|\ \
| | |
| | | |
Support the 'since' option in the 'containers/<id>/logs' endpoint (API upgrade)
|
| |\ \
| | |/
| | |
| | | |
Signed-off-by: Viacheslav Boiko <v.e.boyko@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Viacheslav Boiko <v.e.boyko@gmail.com>
|
| |/
|/|
| |
| |
| |
| | |
Add test confirming the new behavior.
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Allow to specify ps_args when listing processes
|
| |
| |
| |
| | |
Signed-off-by: Pierre Fersing <pierre.fersing@bleemeo.com>
|
|/
|
|
|
|
|
|
|
| |
User can now specify a protocol in Client.port using the port/proto
syntax. Default port is now TCP instead of UDP (to match the
behavior of `docker port`) when no proto is specified.
Regression test
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
|
|
|
|
|
|
| |
Add simpler version comparison functions
Add decorator to enforce minimum version in API methods
Fix utils imports
Add minimum_version decorators on API methods that needed it
GroupAdd test requires API version >= 1.20
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
Signed-off-by: Joffrey F <joffrey@docker.com>
|