summaryrefslogtreecommitdiff
path: root/docker/models/containers.py
Commit message (Expand)AuthorAgeFilesLines
* Style fixes. Copied docs to APIClient as wellJoffrey F2017-11-061-3/+4
* explain the socket parameter of exec_runMartin Monperrus2017-11-061-3/+5
* Add support for mounts in HostConfigJoffrey F2017-10-241-0/+5
* Use better version comparison functionJoffrey F2017-08-151-3/+2
* Allow detach and remove for api version >= 1.25 and use auto_remove when both...David Steines2017-08-151-2/+8
* client.containers.run returns None if none of json-file or journald logging d...Artem Bolshakov2017-08-071-1/+15
* Add support for start_period in Healthcheck spechealthcheck-start-periodJoffrey F2017-06-161-0/+2
* Fix test cases for ``runtime`` configMadhuri Kumari2017-06-071-1/+1
* Add support for ``runtime`` in container create and run APIMadhuri Kumari2017-06-011-0/+2
* Replace erroneous networks argument in containers.run with singular1433-run-networksJoffrey F2017-05-121-7/+16
* Merge branch 'add-env-support-to-exec' of https://github.com/TomasTomecek/doc...Joffrey F2017-05-021-2/+5
|\
| * exec: add support for `Env`Tomas Tomecek2017-04-291-2/+5
* | Add missing support for `CpusetMems` parameter to HostConfig.Dan Liew2017-05-011-0/+3
* | Merge pull request #1570 from AlexeyRokhin/masterJoffrey F2017-04-281-0/+7
|\ \ | |/ |/|
| * cpus renamed to nano_cpus. Type and scale of nano_cpus are changed. Comments ...Alexey Rokhin2017-04-281-4/+5
| * Add cpu_count, cpu_percent, cpus parameters to container HostConfig.Alexey Rokhin2017-04-191-0/+6
* | Adds an 'image' property to the container modelFrank Sachsenheim2017-04-151-0/+10
* | Adds a 'labels' property to the container modelFrank Sachsenheim2017-04-151-0/+8
|/
* Merge pull request #1557 from ewanbarr/patch-1Joffrey F2017-04-101-1/+1
|\
| * Minor typo correctionewanbarr2017-04-081-1/+1
* | removed duplicate mem_limit arg desc; type now consistent accross models (flo...Peter Slovak2017-04-071-3/+1
* | docs renames: cpu_group->cpu_period, cpu_period->cpu_quotaPeter Slovak2017-04-071-2/+2
|/
* Docstring fixes for init and init_pathJoffrey F2017-03-011-1/+1
* Add init_path parameter to container HostConfigTomasz Madycki2017-03-011-0/+2
* Add init parameter to container HostConfigTomasz Madycki2017-03-011-0/+3
* removed unused/typoed param from models.containers.list docstringBen Doan2017-02-261-1/+1
* Merge pull request #1459 from shin-/1300-storageoptsJoffrey F2017-02-151-0/+3
|\
| * Add support for storage_opt in host_configJoffrey F2017-02-151-0/+3
* | Fix passing volumes to run with no host pathBen Firshman2017-02-071-1/+11
* | Fix volume path passed by run to create_containerBen Firshman2017-02-071-1/+1
* | Add prune_images methodJoffrey F2017-01-301-14/+2
* | Add prune_containers methodJoffrey F2017-01-301-0/+17
|/
* Change "Remote API" to "Engine API"Ben Firshman2017-01-301-1/+1
* Add support for auto_remove in HostConfigautoremove_supportJoffrey F2017-01-251-0/+2
* Remove duplicate line in exec_run documentationMehdi Bayazee2017-01-251-1/+0
* Fix a number of docs formatting issuesdocs-fixesJoffrey F2017-01-181-16/+16
* Move config type creation from docker.utils functions to classes inconfig_typesJoffrey F2016-12-011-2/+2
* Add new user-focused APIBen Firshman2016-11-221-0/+883