summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Removed instances of using host_config in start from docs and examplesdeprecate_start_hostconfigJoffrey F2015-05-085-111/+40
|
* Added documentation for decode param on stats and eventsevents_decode_docJoffrey F2015-05-071-3/+4
|
* Updated changelog1.2.2-releaseJoffrey F2015-05-041-0/+8
|
* Bumped version, changelog1.2.1-releaseJoffrey F2015-04-281-0/+8
|
* Added 'label' to list of filters1.2.0-releaseJoffrey F2015-04-271-1/+2
|
* Updated ChangeLogJoffrey F2015-04-271-0/+45
|
* Merge pull request #570 from docker/build_limitsJoffrey F2015-04-271-0/+6
|\ | | | | Build limits
| * container limits documentationbuild_limitsJoffrey F2015-04-271-0/+6
| |
* | Improved filters documentationdocs_filtersJoffrey F2015-04-271-2/+7
|/
* Updated exec API documentationexec_reworkJoffrey F2015-04-271-13/+43
|
* Added log_config support in host configJoffrey F2015-04-241-2/+5
|
* ulimits: Updated docsulimit_supportJoffrey F2015-04-222-0/+3
|
* Merge branch 'sam/import-improvements' of ↵Joffrey F2015-04-221-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() variantsSam Thursfield2015-01-051-0/+42
| |
| * docs: Clarify import_image() docsSam Thursfield2015-01-051-7/+11
| |
* | Small docs clarificationJoffrey F2015-04-221-0/+1
| |
* | Merge branch 'pull_auth' of https://github.com/hibooboo2/docker-py into ↵Joffrey F2015-04-221-0/+1
|\ \ | | | | | | | | | hibooboo2-pull_auth
| * | Add auth config to pullJames Harris2015-02-181-0/+1
| | |
* | | docs and unit test for security_optJoffrey F2015-03-251-0/+1
| | |
* | | Fixed stats related typo in api.mdynachiket2015-03-211-1/+1
| | |
* | | Finish labels implementation, add tests and docsAanand Prasad2015-03-201-0/+1
| | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* | | Updated changelogJoffrey F2015-03-101-0/+29
| | |
* | | Fixed TLS docsJoffrey F2015-03-101-1/+1
| | |
* | | adding response container_id to make the example clearer. kenden2015-03-091-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. kenden2015-03-091-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-logsJoffrey F2015-03-061-0/+1
|\ \ \ | | | | | | | | docs: document parameter tail of method logs
| * | | docs: document parameter tail of method logsTomas Tomecek2015-03-061-0/+1
| | | |
* | | | Mention version='auto' in docsJoffrey F2015-03-051-1/+2
|/ / /
* | | Resolves #497 - add support for dockerfileDaniel Nephin2015-02-201-0/+1
|/ / | | | | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* | 1.0.0 changelog1.0.0-releaseJoffrey F2015-02-121-0/+29
| |
* | Don't modify changelog yetJoffrey F2015-02-121-7/+0
| |
* | Merge branch 'add-stats-api-support' of https://github.com/nir0s/docker-py ↵Joffrey F2015-02-122-0/+29
|\ \ | | | | | | | | | into nir0s-add-stats-api-support
| * | docs fixnir0s2015-02-121-1/+0
| | |
| * | fixed docsnir0s2015-02-121-6/+2
| | |
| * | added initial support for stats retrievalnir0s2015-02-112-0/+34
| | |
* | | Merge pull request #487 from maxamillion/get-image-docsJoffrey F2015-02-111-1/+20
|\ \ \ | | | | | | | | added docs for get_image
| * | | added docs for get_imageAdam Miller2015-02-111-1/+20
| | | |
* | | | pid_mode documentationJoffrey F2015-02-112-0/+4
|/ / /
* | | Merge pull request #480 from ggtools/eventsJoffrey F2015-02-111-0/+22
|\ \ \ | | | | | | | | Add missing options to the events command
| * | | Add decoding to the eventsChristophe Labouisse2015-02-111-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Christophe Labouisse <christophe@labouisse.org>
| * | | Add missing options to the events commandChristophe Labouisse2015-02-111-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_rootfsJoffrey F2015-02-101-0/+1
|/ /
* | rename() tests and docsrename_containerJoffrey F2015-02-101-0/+9
| |
* | Updating Client.build() doc to mention rm-mismatch. Fixes #332.Greg Taylor2015-02-051-1/+3
| |
* | Updated changelogJoffrey F2015-02-011-0/+24
| |
* | Add Support for Mac AddressJames Harris2015-01-211-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-releaseJoffrey F2015-01-121-0/+17
| |
* | Added deprecation warning for stream parameter in Client.build()Joffrey F2015-01-121-2/+3
| |
* | Merge branch 'master' of github.com:docker/docker-pyJoffrey F2015-01-121-1/+2
|\ \
| * | Fix closing code tag in TLS doc.Ignacio Tolstoy2015-01-111-1/+2
| |/ | | | | Just a quick fix in the docs.