Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | docs/api.md: rework stats params | Peter Ericson | 2015-07-19 | 1 | -1/+5 | |
| | | | ||||||
* | | | docs/api.md: singal -> signal | Peter Ericson | 2015-07-19 | 1 | -1/+1 | |
|/ / | ||||||
* | | Updated changelog | Joffrey F | 2015-07-08 | 1 | -0/+49 | |
| | | ||||||
* | | Added missing `Client.load_image` docs | Joffrey F | 2015-07-08 | 1 | -3/+15 | |
| | | | | | | | | Clarified `Client.wait` docs | |||||
* | | Fix missing apostrophes in docs | Peter Kowalczyk | 2015-07-02 | 1 | -1/+1 | |
|/ | ||||||
* | Merge branch 'allow-any-mode' of https://github.com/aanand/docker-py into ↵ | Joffrey F | 2015-06-18 | 1 | -2/+2 | |
|\ | | | | | | | aanand-allow-any-mode | |||||
| * | Allow any mode string to be passed into a volume bind | Aanand Prasad | 2015-06-05 | 1 | -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-example | Joffrey F | 2015-06-18 | 1 | -4/+1 | |
|\ \ | | | | | | | Docs: Update boot2docker shellinit example to use 'eval' | |||||
| * | | Docs: Update boot2docker shellinit example to use 'eval' | Ed Morley | 2015-06-10 | 1 | -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 fixes | Joffrey F | 2015-06-18 | 1 | -3/+3 | |
| | | ||||||
* | | Add and document a decode parameter for build | Philipp Möller | 2015-06-18 | 1 | -0/+2 | |
| | | | | | | | | | | This makes the build method consistent with the events method and adds some convenience. | |||||
* | | Add volume_driver param to client.create_container | Luke Marsden | 2015-06-18 | 1 | -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.3 | Joffrey F | 2015-06-18 | 1 | -0/+1 | |
| | | ||||||
* | | Updated ChangeLog for 1.2.31.3.0-rc0 | Joffrey F | 2015-06-16 | 1 | -1/+28 | |
| | | ||||||
* | | Merge branch 'aanand-allow-binds-list' into 1.3.0-rc0 | Joffrey F | 2015-06-12 | 1 | -0/+13 | |
|\ \ | ||||||
| * | | Allow binds to be specified as a list of strings | Aanand Prasad | 2015-06-12 | 1 | -0/+13 | |
| |/ | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | |||||
* | | Changelog WIP1.2.3-rc0 | Joffrey F | 2015-05-26 | 1 | -0/+6 | |
|/ | ||||||
* | Remove non-existing argument | Philipp Moeller | 2015-05-20 | 1 | -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_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 |