summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* | | docs/api.md: rework stats paramsPeter Ericson2015-07-191-1/+5
| | |
* | | docs/api.md: singal -> signalPeter Ericson2015-07-191-1/+1
|/ /
* | Updated changelogJoffrey F2015-07-081-0/+49
| |
* | Added missing `Client.load_image` docsJoffrey F2015-07-081-3/+15
| | | | | | | | Clarified `Client.wait` docs
* | Fix missing apostrophes in docsPeter Kowalczyk2015-07-021-1/+1
|/
* Merge branch 'allow-any-mode' of https://github.com/aanand/docker-py into ↵Joffrey F2015-06-181-2/+2
|\ | | | | | | aanand-allow-any-mode
| * Allow any mode string to be passed into a volume bindAanand Prasad2015-06-051-2/+2
| | | | | | | | | | | | | | | | Volume binds now take a "mode" key, whose value can be any string. "ro" is still supported. It is an error to specify both "ro" and "mode". Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* | Merge pull request #633 from edmorley/update-b2d-shellinit-exampleJoffrey F2015-06-181-4/+1
|\ \ | | | | | | Docs: Update boot2docker shellinit example to use 'eval'
| * | Docs: Update boot2docker shellinit example to use 'eval'Ed Morley2015-06-101-4/+1
| |/ | | | | | | | | | | | | The boot2docker documentation has since changed the recommended way to use shellinit - see boot2docker/boot2docker#786. The command also no longer prints the export lines to the console, so have updated the example output.
* | small doc fixesJoffrey F2015-06-181-3/+3
| |
* | Add and document a decode parameter for buildPhilipp Möller2015-06-181-0/+2
| | | | | | | | | | This makes the build method consistent with the events method and adds some convenience.
* | Add volume_driver param to client.create_containerLuke Marsden2015-06-181-0/+1
| | | | | | | | | | | | | | - Add appropriate test which also asserts that volume names can be passed through to drivers. - Add new param to docs. Signed-off-by: Luke Marsden <luke@clusterhq.com>
* | Release 1.2.3Joffrey F2015-06-181-0/+1
| |
* | Updated ChangeLog for 1.2.31.3.0-rc0Joffrey F2015-06-161-1/+28
| |
* | Merge branch 'aanand-allow-binds-list' into 1.3.0-rc0Joffrey F2015-06-121-0/+13
|\ \
| * | Allow binds to be specified as a list of stringsAanand Prasad2015-06-121-0/+13
| |/ | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* | Changelog WIP1.2.3-rc0Joffrey F2015-05-261-0/+6
|/
* Remove non-existing argumentPhilipp Moeller2015-05-201-2/+1
| | | There is no container argument in create_container_config. This is probably a leftover when this was copied from the Client.start documentation
* 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