summaryrefslogtreecommitdiff
path: root/docker
Commit message (Expand)AuthorAgeFilesLines
* Add prune_containers methodJoffrey F2017-01-302-3/+39
* Merge pull request #1354 from bfirsh/remote-api-to-engine-apiJoffrey F2017-01-303-3/+3
|\
| * Change "Remote API" to "Engine API"Ben Firshman2017-01-303-3/+3
* | Merge pull request #1377 from realab/chunked-images-saveJoffrey F2017-01-301-2/+3
|\ \
| * | provide best practice for Image.saverealityone2017-01-061-2/+3
* | | Merge pull request #1341 from pacoxu/patch-1Joffrey F2017-01-301-1/+2
|\ \ \
| * | | Scope is added in volume after docker 1.12徐俊杰2016-12-081-1/+2
* | | | Add support for force_update in TaskTemplateJoffrey F2017-01-272-2/+41
* | | | Add support for max_failure_ratio and monitor in UpdateConfigJoffrey F2017-01-271-1/+21
| |_|/ |/| |
* | | Add stop_timeout to create_containerJoffrey F2017-01-272-1/+11
* | | Merge pull request #1413 from docker/force_remove_volumeJoffrey F2017-01-262-7/+26
|\ \ \
| * | | Add 'force' parameter in remove_volumeforce_remove_volumeJoffrey F2017-01-262-7/+26
* | | | Merge pull request #1415 from docker/autoremove_supportJoffrey F2017-01-263-1/+10
|\ \ \ \
| * | | | Add support for auto_remove in HostConfigautoremove_supportJoffrey F2017-01-253-1/+10
* | | | | Add cachefrom to build docstringThomas Grainger2017-01-261-0/+1
* | | | | Implement cachefromThomas Schaaf2017-01-261-1/+10
|/ / / /
* | | | Fix Swarm model init to correctly pass arguments through to init_swarm1359-swarm-initJoffrey F2017-01-251-6/+6
|/ / /
* | | Merge pull request #1410 from bayazee/masterJoffrey F2017-01-251-1/+0
|\ \ \
| * | | Remove duplicate line in exec_run documentationMehdi Bayazee2017-01-251-1/+0
* | | | Fix ImageNotFound detection1407-tar-ignore-socketsJoffrey F2017-01-251-1/+1
* | | | Ignore socket files in utils.tarJoffrey F2017-01-241-2/+7
|/ / /
* | | Convert mode argument to valid structure in create_service1388-format-service-modeJoffrey F2017-01-193-5/+46
* | | Merge pull request #1398 from docker/docs-fixesJoffrey F2017-01-199-97/+95
|\ \ \
| * | | Fix a number of docs formatting issuesdocs-fixesJoffrey F2017-01-189-97/+95
* | | | Merge pull request #1393 from aebm/masterJoffrey F2017-01-191-4/+4
|\ \ \ \
| * | | | Fix #1351Alejandro E. Brito Monedero2017-01-161-4/+4
| |/ / /
* | | | Merge pull request #1389 from docker/fix-stream-helperJoffrey F2017-01-181-26/+23
|\ \ \ \
| * | | | Use json_stream function in decoded _stream_helperfix-stream-helperJoffrey F2017-01-111-26/+23
| |/ / /
* | | | Merge pull request #1347 from fcurella/hashBen Firshman2017-01-181-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Make resources hashable, so that they can be added to `set`sFlavio Curella2016-12-081-0/+3
* | | | Detect mount type in parse_mount_string1376-parse-mount-typeJoffrey F2017-01-091-1/+11
* | | | Raise InvalidArgument exception when invalid arguments are provideddzimine-dz-fix-mount_optionsJoffrey F2017-01-092-6/+10
* | | | Merge branch 'dz-fix-mount_options' of https://github.com/dzimine/docker-py i...Joffrey F2017-01-091-1/+2
|\ \ \ \
| * | | | Fix readonly in mounts.Dmitri2016-12-281-1/+2
* | | | | Accept / as a path separator in dockerignore patterns on all platformscompose-4302-dockerignore-windowsJoffrey F2017-01-061-9/+17
| |_|_|/ |/| | |
* | | | Add filters option to NetworkApiMixin.networksLobsiinvok2017-01-051-7/+10
|/ / /
* | | Bump version number to next devchangelog-updateJoffrey F2016-12-121-1/+1
* | | Bump version and update ChangelogJoffrey F2016-12-121-1/+1
* | | Rename non-URL occurrences of docker-py to "Docker SDK for Python"docker_sdk_renameJoffrey F2016-12-122-4/+5
|/ /
* | Merge pull request #1338 from docker/remove_nodeJoffrey F2016-12-072-0/+47
|\ \
| * | Implement swarm node removalremove_nodeJoffrey F2016-12-072-0/+47
* | | Merge pull request #1340 from docker/dnephin-add-attachableJoffrey F2016-12-074-4/+21
|\ \ \
| * | | Update code and tests for Engine 1.13 compatibilitydnephin-add-attachableJoffrey F2016-12-073-2/+9
| * | | Fix typo in create_networkJoffrey F2016-12-061-4/+5
| * | | Add attachable.Daniel Nephin2016-12-051-2/+11
| | |/ | |/|
* | | Merge pull request #1339 from docker/min_version_1.21Ben Firshman2016-12-061-1/+1
|\ \ \ | |/ / |/| |
| * | Minimum version 1.24 -> 1.21min_version_1.21Joffrey F2016-12-051-1/+1
| |/
* | Merge pull request #1272 from TomasTomecek/1271-fix-detach-in-exec-startBen Firshman2016-12-051-1/+2
|\ \
| * | exec: fix running with detach=TrueTomas Tomecek2016-11-291-1/+2
* | | Merge pull request #1331 from aanand/fix-auth-config-path-windowsJoffrey F2016-12-021-12/+24
|\ \ \ | |_|/ |/| |