Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed instances of using host_config in start from docs and examplesdeprecate_start_hostconfig | Joffrey F | 2015-05-08 | 5 | -111/+40 |
| | |||||
* | Added documentation for decode param on stats and eventsevents_decode_doc | Joffrey F | 2015-05-07 | 1 | -3/+4 |
| | |||||
* | Updated changelog1.2.2-release | Joffrey F | 2015-05-04 | 1 | -0/+8 |
| | |||||
* | Bumped version, changelog1.2.1-release | Joffrey F | 2015-04-28 | 1 | -0/+8 |
| | |||||
* | Added 'label' to list of filters1.2.0-release | Joffrey F | 2015-04-27 | 1 | -1/+2 |
| | |||||
* | Updated ChangeLog | Joffrey F | 2015-04-27 | 1 | -0/+45 |
| | |||||
* | Merge pull request #570 from docker/build_limits | Joffrey F | 2015-04-27 | 1 | -0/+6 |
|\ | | | | | Build limits | ||||
| * | container limits documentationbuild_limits | Joffrey F | 2015-04-27 | 1 | -0/+6 |
| | | |||||
* | | Improved filters documentationdocs_filters | Joffrey F | 2015-04-27 | 1 | -2/+7 |
|/ | |||||
* | Updated exec API documentationexec_rework | Joffrey F | 2015-04-27 | 1 | -13/+43 |
| | |||||
* | Added log_config support in host config | Joffrey F | 2015-04-24 | 1 | -2/+5 |
| | |||||
* | ulimits: Updated docsulimit_support | Joffrey F | 2015-04-22 | 2 | -0/+3 |
| | |||||
* | Merge branch 'sam/import-improvements' of ↵ | Joffrey F | 2015-04-22 | 1 | -7/+53 |
|\ | | | | | | | | | | | | | | | | | https://github.com/ssssam/docker-py into ssssam-sam/import-improvements Conflicts: docker/client.py docker/unixconn/unixconn.py tests/integration_test.py | ||||
| * | docs: Add specific import_image() variants | Sam Thursfield | 2015-01-05 | 1 | -0/+42 |
| | | |||||
| * | docs: Clarify import_image() docs | Sam Thursfield | 2015-01-05 | 1 | -7/+11 |
| | | |||||
* | | Small docs clarification | Joffrey F | 2015-04-22 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'pull_auth' of https://github.com/hibooboo2/docker-py into ↵ | Joffrey F | 2015-04-22 | 1 | -0/+1 |
|\ \ | | | | | | | | | | hibooboo2-pull_auth | ||||
| * | | Add auth config to pull | James Harris | 2015-02-18 | 1 | -0/+1 |
| | | | |||||
* | | | docs and unit test for security_opt | Joffrey F | 2015-03-25 | 1 | -0/+1 |
| | | | |||||
* | | | Fixed stats related typo in api.md | ynachiket | 2015-03-21 | 1 | -1/+1 |
| | | | |||||
* | | | Finish labels implementation, add tests and docs | Aanand Prasad | 2015-03-20 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | | | Updated changelog | Joffrey F | 2015-03-10 | 1 | -0/+29 |
| | | | |||||
* | | | Fixed TLS docs | Joffrey F | 2015-03-10 | 1 | -1/+1 |
| | | | |||||
* | | | adding response container_id to make the example clearer. | kenden | 2015-03-09 | 1 | -1/+1 |
| | | | | | | | | | Without it, c.start refer to container_id, which has not been introduced before. | ||||
* | | | adding response container_id to make the example clearer. | kenden | 2015-03-09 | 1 | -1/+1 |
| | | | | | | | | | Without this, c.start refers to container_id, which has not been introduced before | ||||
* | | | Merge pull request #519 from TomasTomecek/document-tail-in-logs | Joffrey F | 2015-03-06 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | docs: document parameter tail of method logs | ||||
| * | | | docs: document parameter tail of method logs | Tomas Tomecek | 2015-03-06 | 1 | -0/+1 |
| | | | | |||||
* | | | | Mention version='auto' in docs | Joffrey F | 2015-03-05 | 1 | -1/+2 |
|/ / / | |||||
* | | | Resolves #497 - add support for dockerfile | Daniel Nephin | 2015-02-20 | 1 | -0/+1 |
|/ / | | | | | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com> | ||||
* | | 1.0.0 changelog1.0.0-release | Joffrey F | 2015-02-12 | 1 | -0/+29 |
| | | |||||
* | | Don't modify changelog yet | Joffrey F | 2015-02-12 | 1 | -7/+0 |
| | | |||||
* | | Merge branch 'add-stats-api-support' of https://github.com/nir0s/docker-py ↵ | Joffrey F | 2015-02-12 | 2 | -0/+29 |
|\ \ | | | | | | | | | | into nir0s-add-stats-api-support | ||||
| * | | docs fix | nir0s | 2015-02-12 | 1 | -1/+0 |
| | | | |||||
| * | | fixed docs | nir0s | 2015-02-12 | 1 | -6/+2 |
| | | | |||||
| * | | added initial support for stats retrieval | nir0s | 2015-02-11 | 2 | -0/+34 |
| | | | |||||
* | | | Merge pull request #487 from maxamillion/get-image-docs | Joffrey F | 2015-02-11 | 1 | -1/+20 |
|\ \ \ | | | | | | | | | added docs for get_image | ||||
| * | | | added docs for get_image | Adam Miller | 2015-02-11 | 1 | -1/+20 |
| | | | | |||||
* | | | | pid_mode documentation | Joffrey F | 2015-02-11 | 2 | -0/+4 |
|/ / / | |||||
* | | | Merge pull request #480 from ggtools/events | Joffrey F | 2015-02-11 | 1 | -0/+22 |
|\ \ \ | | | | | | | | | Add missing options to the events command | ||||
| * | | | Add decoding to the events | Christophe Labouisse | 2015-02-11 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christophe Labouisse <christophe@labouisse.org> | ||||
| * | | | Add missing options to the events command | Christophe Labouisse | 2015-02-11 | 1 | -0/+22 |
| |/ / | | | | | | | | | | | | | | | | | | | - Add since, until and filters parameters to `Client.events` - Add missing `events`command in the documentation Signed-off-by: Christophe Labouisse <christophe@labouisse.org> | ||||
* | | | read_only parameterread_only_rootfs | Joffrey F | 2015-02-10 | 1 | -0/+1 |
|/ / | |||||
* | | rename() tests and docsrename_container | Joffrey F | 2015-02-10 | 1 | -0/+9 |
| | | |||||
* | | Updating Client.build() doc to mention rm-mismatch. Fixes #332. | Greg Taylor | 2015-02-05 | 1 | -1/+3 |
| | | |||||
* | | Updated changelog | Joffrey F | 2015-02-01 | 1 | -0/+24 |
| | | |||||
* | | Add Support for Mac Address | James Harris | 2015-01-21 | 1 | -0/+1 |
| | | | | | | | | | | | | The new docker api allows specifing mac address for containers. This change is to allow docker py the same functionality. Signed-off-by: James Harris <james@rancher.com> | ||||
* | | Updated version and changelog0.7.1-release | Joffrey F | 2015-01-12 | 1 | -0/+17 |
| | | |||||
* | | Added deprecation warning for stream parameter in Client.build() | Joffrey F | 2015-01-12 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'master' of github.com:docker/docker-py | Joffrey F | 2015-01-12 | 1 | -1/+2 |
|\ \ | |||||
| * | | Fix closing code tag in TLS doc. | Ignacio Tolstoy | 2015-01-11 | 1 | -1/+2 |
| |/ | | | | | Just a quick fix in the docs. |