Joffrey F
|
0a5815bcad
|
Add match_hostname implementation and monkey-patch for py<3.5
Signed-off-by: Joffrey F <joffrey@docker.com>
|
2016-03-29 17:08:31 -07:00 |
Joffrey F
|
b0e234eb0c
|
Add py2-ipaddress dependency for python 2.x
Signed-off-by: Joffrey F <joffrey@docker.com>
|
2016-03-29 17:06:36 -07:00 |
Joffrey F
|
01cf62b4a3
|
Merge pull request #1011 from tomleb/master
Specify default value of stop's timeout
|
2016-03-24 14:28:10 -07:00 |
tomleb
|
5234784760
|
Specify default value of stop's timeout
Signed-off-by: Tom Lebreux <tomlebreux@hotmail.com>
|
2016-03-23 19:37:54 -04:00 |
Joffrey F
|
88c8ed862d
|
Update release script. Bump to rc2
Signed-off-by: Joffrey F <joffrey@docker.com>
|
2016-03-23 13:45:39 -07:00 |
Joffrey F
|
33aa1a7988
|
Merge pull request #1010 from docker/1.8.0rc1
1.8.0rc1
|
2016-03-23 13:30:59 -07:00 |
Joffrey F
|
84ed0ae2ef
|
Update ChangeLog
Signed-off-by: Joffrey F <joffrey@docker.com>
|
2016-03-23 13:14:34 -07:00 |
Joffrey F
|
f1a0fe7b19
|
Add README.rst to MANIFEST
Signed-off-by: Joffrey F <joffrey@docker.com>
|
2016-03-23 13:14:25 -07:00 |
Joffrey F
|
0e1129edf9
|
Set version to RC1
Signed-off-by: Joffrey F <joffrey@docker.com>
|
2016-03-23 12:44:34 -07:00 |
Joffrey F
|
6bafac0502
|
Merge branch 'dimaspivak-master'
|
2016-03-23 12:17:56 -07:00 |
Joffrey F
|
cf83119882
|
Test commit changes param
Signed-off-by: Joffrey F <joffrey@docker.com>
|
2016-03-23 12:17:22 -07:00 |
Joffrey F
|
9505b3e8b5
|
Merge branch 'master' of https://github.com/dimaspivak/docker-py into dimaspivak-master
|
2016-03-23 12:04:09 -07:00 |
Joffrey F
|
14cc5806c5
|
Merge branch 'gferon-master'
|
2016-03-23 12:02:31 -07:00 |
Joffrey F
|
7b17cfaa46
|
check_duplicate test
Signed-off-by: Joffrey F <joffrey@docker.com>
|
2016-03-23 12:01:56 -07:00 |
Joffrey F
|
40d8d37c65
|
Merge branch 'master' of https://github.com/gferon/docker-py into gferon-master
|
2016-03-23 11:55:02 -07:00 |
Joffrey F
|
456cfdb349
|
Merge pull request #972 from vitalyisaev2/master
UnixHTTPConnectionPool initialization error
|
2016-03-23 11:54:11 -07:00 |
Joffrey F
|
54ad7276d4
|
Merge pull request #1007 from docker/959-release-script
Basic release script
|
2016-03-23 11:53:45 -07:00 |
Joffrey F
|
453ab06670
|
Merge pull request #1008 from docker/speedplane-patch-1
Use gzip to compress tar balls before sending
|
2016-03-23 11:29:07 -07:00 |
Joffrey F
|
ec05d5d2c0
|
gzip build test
Signed-off-by: Joffrey F <joffrey@docker.com>
|
2016-03-23 11:23:05 -07:00 |
Joffrey F
|
a67f4c1ecc
|
Make gzip encoding optional
Signed-off-by: Joffrey F <joffrey@docker.com>
|
2016-03-22 18:14:16 -07:00 |
Michael Sander
|
9dbccce5b6
|
Fix line-spacing for build
Signed-off-by: Michael Sander <michael.sander@docketalarm.com>
|
2016-03-22 18:14:16 -07:00 |
Michael Sander
|
b6d9af59cb
|
Encode the tar ball with gzip
Gzipping this tarball can greatly reduce the time it takes to send a docker file.
Signed-off-by: speedplane <mes65@cornell.edu>
|
2016-03-22 18:13:56 -07:00 |
Michael Sander
|
4529dceaaf
|
Add an option to gzip tar files.
This can be used to make building much faster.
Signed-off-by: speedplane <mes65@cornell.edu>
|
2016-03-22 18:11:50 -07:00 |
Joffrey F
|
eecfc7b7f7
|
Basic release script
Signed-off-by: Joffrey F <joffrey@docker.com>
|
2016-03-22 17:56:30 -07:00 |
Joffrey F
|
4c34be5d4a
|
Merge branch 'bfirsh-from_env'
|
2016-03-22 17:23:11 -07:00 |
Joffrey F
|
62d6aa59ca
|
Update mkdocs.yml to reference new Machine page.
Signed-off-by: Joffrey F <joffrey@docker.com>
|
2016-03-22 17:22:28 -07:00 |
Joffrey F
|
c3f76e6e8f
|
Merge branch 'from_env' of https://github.com/bfirsh/docker-py into bfirsh-from_env
|
2016-03-22 17:09:24 -07:00 |
Joffrey F
|
728748d6a1
|
Merge pull request #1002 from adityamarella/master
Support OomScoreAdj in host configuration
|
2016-03-22 11:31:45 -07:00 |
Aditya Marella
|
7a0e19766b
|
Support OomScoreAdj in host configuration
Signed-off-by: Aditya Marella <aditya.marella@gmail.com>
|
2016-03-22 10:54:59 -07:00 |
Gabriel Féron
|
4ee055852d
|
Add missing CheckDuplicate parameter to /networks/create API call
When set to True, this prevents creating more than one network with the same name (see https://docs.docker.com/engine/reference/api/docker_remote_api_v1.21/#create-a-network)
Signed-off-by: Gabriel Féron <feron.gabriel@gmail.com>
|
2016-03-22 16:05:22 +01:00 |
Aanand Prasad
|
880f8b0c51
|
Merge pull request #1006 from docker/kwargs_from_env_alt
Support passing an alternate environment dict to kwargs_from_env
|
2016-03-22 10:33:49 +00:00 |
Joffrey F
|
3fe08cbfe5
|
Support passing an alternate environment dict to kwargs_from_env
Signed-off-by: Joffrey F <joffrey@docker.com>
|
2016-03-21 18:17:27 -07:00 |
Dima Spivak
|
99b6ec1180
|
Add support for changes param to ContainerApiMixin.commit
docker commit --changes was added to Docker in 1.6.0.
Signed-off-by: Dima Spivak <dima@spivak.ch>
|
2016-03-21 11:37:14 -07:00 |
Daniel Nephin
|
5c1c42397c
|
Merge pull request #997 from wenchma/21080-net_link
Remove the network mode to support linkable cantainers check
|
2016-03-21 11:52:57 -04:00 |
wenchma
|
6fa76e01a4
|
Remove the network mode to support linkable cantainers check
Partially related to issue #21080
Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>
|
2016-03-21 10:25:08 +08:00 |
Aanand Prasad
|
81edb398eb
|
Merge pull request #999 from docker/tcp-to-https-parsehost
If TCP host is provided while TLS is enabled, convert to https
|
2016-03-18 12:44:36 +00:00 |
Joffrey F
|
3168149cbf
|
If tcp host is provided while TLS is enabled, convert to https
Signed-off-by: Joffrey F <joffrey@docker.com>
|
2016-03-17 16:18:37 -07:00 |
Joffrey F
|
41acd70fd4
|
Merge pull request #995 from docker/default-version-1.22
Update default API version to 1.22
|
2016-03-16 19:55:42 -07:00 |
Daniel Nephin
|
8c4546f8c8
|
Merge pull request #994 from aanand/janLo-tmpfs-support
tmpfs support
|
2016-03-16 21:47:17 -04:00 |
Joffrey F
|
5ace6204b4
|
Update default API version to 1.22
Update engine version used for integration tests
IP address configuration tests needed tweaking
Signed-off-by: Joffrey F <joffrey@docker.com>
|
2016-03-16 17:52:39 -07:00 |
Aanand Prasad
|
e576417217
|
Add tmpfs doc to mkdocs.yml
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
2016-03-16 18:27:44 +00:00 |
Aanand Prasad
|
7417bc2cce
|
Don't support tmpfs in API version < 1.22
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
2016-03-16 17:37:54 +00:00 |
Aanand Prasad
|
4ffa1be825
|
Add tmpfs integration test
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
2016-03-16 17:28:10 +00:00 |
Aanand Prasad
|
a054509269
|
Reword tmpfs documentation
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
2016-03-16 15:07:53 +00:00 |
Aanand Prasad
|
07455a6a3c
|
Clarify error messages when bad values are passed in for tmpfs
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
2016-03-16 14:54:32 +00:00 |
Jan Losinski
|
88ef5f3630
|
Add documentation for the Tmpfs Hostconfig option.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
|
2016-03-16 14:47:40 +00:00 |
Jan Losinski
|
72446b47c0
|
Add unittest for the Tmpfs Hostconfig option
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
|
2016-03-16 14:47:40 +00:00 |
Jan Losinski
|
9e94070887
|
Add support for Tmpfs declaration in Hostconfig.
This adds support for the Tmpfs option introduced in Docker 1.10.
See: https://github.com/docker/docker/pull/13587
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
|
2016-03-16 14:47:40 +00:00 |
Ben Firshman
|
8991ba7cce
|
Add docker.from_env() shortcut
A much neater way of getting started with docker-py.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
2016-03-15 11:24:25 -07:00 |
Joffrey F
|
7befe694bd
|
Merge pull request #988 from docker/tls-fixes
Fix enable_tls issue
|
2016-03-15 10:37:29 -07:00 |