| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/ /
| |
| |
| |
| |
| | |
Also added a test that compares the number of layers in the default mode, and with the new flag
Signed-off-by: Gabriel Féron <feron.gabriel@gmail.com>
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Adrian Liaw <adrianliaw2000@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/ /
| |
| |
| |
| |
| | |
both are set. Continue raising an exception for api versions <1.25.
Signed-off-by: David Steines <d.steines@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Ying <ying.li@docker.com>
|
| |
| |
| |
| |
| |
| | |
all dependencies of dependencies as well so we can get a consistent build.
Signed-off-by: cyli <cyli@twistedmatrix.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
installs:
pyOpenSSL, cryptography, idna
and installs cryptography's version of openssl in Mac OS (which by default has an
ancient version of openssl that doesn't support TLS 1.2).
Signed-off-by: cyli <cyli@twistedmatrix.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| |
| |
| | |
Those calls return result that can be used by the developers.
Signed-off-by: Cecile Tonglet <cecile.tonglet@gmail.com>
|
|\ \
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/ /
| |
| |
| |
| |
| | |
drivers used
Signed-off-by: Artem Bolshakov <either.free@gmail.com>
|
| |
| |
| |
| |
| | |
The container class documentation did not automatically document the `Container.wait` method.
Signed-off-by: Andreas Backx <andreas@backx.org>
|
| |
| |
| |
| |
| |
| |
| | |
It looks like this was probably originally copypasta'ed from dns_search
and not edited afterward.
Signed-off-by: Erik Johnson <palehose@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Jakub Goszczurny <szczurmys@o2.pl>
|
| |
| |
| |
| |
| |
| | |
Fixes #1693
Signed-off-by: Dima Spivak <dima@spivak.ch>
|
| |
| |
| |
| |
| |
| |
| |
| | |
tag that exists.
This oversight caused my machine to run out of disk space holding all the image diffs.
Signed-off-by: Brandon Jackson <usbrandon@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Container network functions checked 'image' as resource ID and not
'container'. This caused a traceback when using container as named
argument.
Signed-off-by: Matthew Berry <mtberry89@gmail.com>
|
|\ \
| | |
| | | |
Shift test matrix forward
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \
| | | |
| | | | |
Compose 1.14.0 hack - split_port fix
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \
| | | |
| | | | |
split_port should not break when passed a non-string argument
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \
| |/ /
|/| | |
Bump 2.5.0 dev
|
| |/
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\
| | |
| | | |
2.4.0 release
|
| |/
|/|
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Add support for ContainerSpec.TTY
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \
| | | |
| | | | |
Support credHelpers section in config.json
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
shin-/qazbnm456-correct_description_of_dns_opt_of_create_container
Correct the description of dns_opt option of create_container
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Boik <qazbnm456@gmail.com>
|
|\ \ \
| |/ /
|/| | |
Add attributes for pickling
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When using the multiprocessing module, it throws an AttributeError,
complaining that the object does not have the attribute used. This adds
the missing attributes and allows them to be pickled.
Signed-off-by: An Ha <zero579911@gmail.com>
|
|\ \ \
| | | |
| | | | |
Add network_mode support to Client.build
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \
| |/ /
|/| | |
Make sure data is written in prune test so space can be reclaimed
|
|/ /
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
fix #1625 where ImageCollection.build() could return with incorrect image id
|
| | |
| | |
| | |
| | | |
Signed-off-by: Chris Ottinger <chris.ottinger@team.telstra.com>
|