- 09 Ock, 2019 1 kayıt (commit)
-
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 29 Ara, 2018 1 kayıt (commit)
-
-
Joffrey F yazdı
Make swarm.init() return value match documentation
-
- 28 Ara, 2018 1 kayıt (commit)
-
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 27 Ara, 2018 2 kayıt (commit)
- 20 Ara, 2018 2 kayıt (commit)
-
-
Mickaël Schoentgen yazdı
Signed-off-by:
Mickaël Schoentgen <contact@tiger-222.fr>
-
Mickaël Schoentgen yazdı
Signed-off-by:
Mickaël Schoentgen <contact@tiger-222.fr>
-
- 14 Ara, 2018 2 kayıt (commit)
-
-
Joffrey F yazdı
Fixed a typo in the configs api doc
-
Maximilian Bischoff yazdı
The documentation for id in ConfigApiMixin inspect_config was wrongly mentioning removal of a config Signed-off-by:
Maximilian Bischoff <maximilianbischoff2@gmail.com>
-
- 11 Ara, 2018 2 kayıt (commit)
- 08 Ara, 2018 5 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ı
Prevent untracked files in releases
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 01 Ara, 2018 3 kayıt (commit)
-
-
Joffrey F yazdı
Update setup.py for modern pypi / setuptools
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Fix empty authconfig detection
-
- 30 Kas, 2018 10 kayıt (commit)
-
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Modernize auth management
-
Joffrey F yazdı
-
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ı
Fixes the documented return value of models.containers.Container.exec_run
-
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>
-
- 29 Kas, 2018 1 kayıt (commit)
-
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 28 Kas, 2018 10 kayıt (commit)
-
-
Corentin Henry yazdı
Signed-off-by:
Corentin Henry <corentinhenry@gmail.com>
-
Corentin Henry yazdı
Signed-off-by:
Corentin Henry <corentinhenry@gmail.com>
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
-
Corentin Henry yazdı
Test the interation of the tty, demux and stream parameters Signed-off-by:
Corentin Henry <corentinhenry@gmail.com>
-
Corentin Henry yazdı
Check that the return value against the various combination of parameters this function can take (tty, stream, and demux). This commit also fixes a bug that the tests uncovered a bug in consume_socket_output. Signed-off-by:
Corentin Henry <corentinhenry@gmail.com>
-
Joffrey F yazdı
3.6.0 release
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Also raise a warning when users attempt to specify the "stream" parameter Signed-off-by:
Joffrey F <joffrey@docker.com>
-
adw1n yazdı
Pulling an image with option `stream=True` like this: ``` client.api.pull('docker.io/user/repo_name', tag='latest', stream=True) ``` without consuming the generator oftentimes results in premature drop of the connection. Docker daemon tries to send progress of pulling the image to the client, but it encounters an error (broken pipe) and therefore cancells the pull action: ``` Thread 1 "dockerd-dev" received signal SIGPIPE, Broken pipe. ERRO[2018-09-03T05:12:35.746497638+02:00] Not continuing with pull after error: context canceled ``` As described in issue #2116, even though client receives response with status code 200, image is not pulled. Closes #2116 Signed-off-by:
Przemysław Adamek <adw1n@users.noreply.github.com>
-