- 27 Nis, 2017 1 kayıt (commit)
-
-
Rob Kooper yazdı
Signed-off-by:
Rob Kooper <kooper@illinois.edu>
-
- 11 Nis, 2017 1 kayıt (commit)
-
-
Joffrey F yazdı
Add 'verbose' option for network inspect API
-
- 10 Nis, 2017 3 kayıt (commit)
-
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Santhosh Manohar yazdı
Signed-off-by:
Santhosh Manohar <santhosh@docker.com>
-
Joffrey F yazdı
Minor typo correction
-
- 08 Nis, 2017 1 kayıt (commit)
-
-
ewanbarr yazdı
The stdout argument name was repeated in the run method docstring. The second should be replaced by stderr. Signed-off-by:
Ewan Barr <ewan.d.barr@googlmail.com>
-
- 06 Nis, 2017 6 kayıt (commit)
-
-
Joffrey F yazdı
Fix docs container cpu opts
-
Joffrey F yazdı
Add support for volume_driver in HostConfig
-
Peter Slovak yazdı
Signed-off-by:
Peter Slovak <peter.slovak@websupport.sk>
-
Peter Slovak yazdı
Signed-off-by:
Peter Slovak <peter.slovak@websupport.sk>
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Some cleanup in ContainerConfig + warning if volume_driver is provided (API>1.20) Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 04 Nis, 2017 1 kayıt (commit)
-
-
Joffrey F yazdı
Update mentions of the default API version in docs
-
- 03 Nis, 2017 1 kayıt (commit)
-
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 29 Mar, 2017 3 kayıt (commit)
-
-
Joffrey F yazdı
Add appveyor to CI suite to run unit tests on Windows
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Add 17.04 (CE) RC1 to list of engine versions to be tested
-
- 28 Mar, 2017 4 kayıt (commit)
-
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Set infinite timeout for the `events` method
-
- 27 Mar, 2017 1 kayıt (commit)
-
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 22 Mar, 2017 2 kayıt (commit)
-
-
Joffrey F yazdı
Fix APIError status_code property for client/server errors
-
alex-dr yazdı
requests.Response objects evaluate as falsy when the status_code attribute is in the 400-500 range. Therefore we are assured that prior to this change, APIError would show `is_server_error() == False` when generated with a 500-level response and `is_client_error() == False` when generated with a 400-level response. This is not desirable. Added some seemingly dry (not DRY) unit tests to ensure nothing silly slips back in here. Signed-off-by:
alex-dr <alex@datarobot.com>
-
- 21 Mar, 2017 2 kayıt (commit)
-
-
Joffrey F yazdı
Add service_logs command to APIClient and logs command to models.Service
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 18 Mar, 2017 2 kayıt (commit)
-
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 14 Mar, 2017 1 kayıt (commit)
-
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 13 Mar, 2017 2 kayıt (commit)
-
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Raise an error when passing an empty string to split_port
-
- 10 Mar, 2017 4 kayıt (commit)
-
-
Joffrey F yazdı
documentation change
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
fix: Missing exception handling in split_port when no container port
-
- 09 Mar, 2017 2 kayıt (commit)
-
-
Anda Xu yazdı
Signed-off-by:
Anda Xu <anda.xu@docker.com>
-
Lei Gong yazdı
"localhost:host_port:" case will raise TypeError exception directly Catch the "TypeError" and give proper error message * docker/utils/ports.py Signed-off-by:
Lei Gong <xue177125184@gmail.com>
-
- 06 Mar, 2017 2 kayıt (commit)
- 01 Mar, 2017 1 kayıt (commit)
-
-
Joffrey F yazdı
-