cyli
0494c4f262
Require "requests[security]" if the `[tls]` option is selected, which also 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>
2017-08-17 13:38:40 -07:00
Brandon Jackson
9abcaccb89
By not specifying a specific tag, the example would download every Ubuntu 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>
2017-08-17 13:38:40 -07:00
Thomas Grainger
f0ceca4713
case PyPI correctly
...
Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
2017-01-13 10:00:41 +00:00
Joffrey F
f008f34424
Remove development version warning from README
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2016-12-12 14:29:33 -08:00
Joffrey F
769ca5a76a
Rename non-URL occurrences of docker-py to "Docker SDK for Python"
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2016-12-12 13:28:49 -08:00
Ben Firshman
e04c4ad83f
Update readme to say "Docker Engine API"
...
It's not the Docker API.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2016-11-28 15:10:58 +00:00
Joffrey F
c66c7f8b0a
Merge pull request #1306 from bfirsh/mmmmmm-vector-graphics
...
Use SVG for build status badge
2016-11-23 11:30:20 -08:00
Ben Firshman
af67add683
Add warning about development version to readme
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2016-11-23 18:07:33 +00:00
Ben Firshman
aafcf5a7fe
Change package in readme back to docker-py
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2016-11-23 18:02:23 +00:00
Ben Firshman
afea2ca269
Use SVG for build status badge
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2016-11-23 15:21:56 +00:00
Ben Firshman
c96848eb9c
Fix documentation link in readme
...
The rest of the readme is wrong until we release 2.0, but at
least the documentation points to the right place.
Closes #1302
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2016-11-23 14:47:46 +00:00
Ben Firshman
1984f68730
Add new user-focused API
...
See #1086
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2016-11-22 17:05:43 +00:00
mattjegan
daec55d4e1
Fix syntax in README required by RST
...
Before the readme is converted to rst it required an extra character to convert with no errors. Signed-off-by: Matthew Egan <matthewj.egan@hotmail.com>
2016-10-04 13:38:01 +11:00
Adam Chainz
7f255cd295
Convert readthedocs links for their .org -> .io migration for hosted projects
...
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/ ) ‘Securing subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
Test Plan: Manually visited all the links I’ve modified.
Signed-off-by: Adam Chainz <adam@adamj.eu>
2016-06-08 03:48:04 +01:00
Manuel Schnitzer
1112e1e314
Remove not needed dot in README.md
...
Signed-off-by: Manuel Schnitzer <mschnitzer@suse.de>
2016-04-05 12:44:11 +02:00
Ben Firshman
d86f8a0342
Improved description
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2016-02-24 14:05:08 +00:00
Ben Firshman
cdca7da3a2
Improved documentation link copy
...
It's a little thing, but this made me hesitate before clicking the
link because I thought I would be going to the Read the Docs
home page, not the docker-py documentation.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2016-02-24 13:57:09 +00:00
Joffrey F
c5ffc15143
Added hosted docs info to README
2014-10-30 14:01:33 +01:00
Joffrey F
37c8072f60
Merge branch 'pause-unpause' of github.com:phensley/docker-py into phensley-pause-unpause
...
Conflicts:
README.md
tests/integration_test.py
tests/test.py
2014-10-29 19:35:05 +01:00
micahhausler
199023c576
Added markdown docs
2014-10-24 16:55:22 -04:00
Patrick Hensley
75e53f1add
Added pause/unpause methods.
2014-10-04 23:18:44 -04:00
Christian Hammerl
9523950829
add support to add or drop capabilities
2014-09-04 23:15:47 +02:00
Shreyas Karnik
7479d4cd29
added documentation for restart policy
2014-08-28 12:33:28 -05:00
Cameron Maske
5800c4ab06
Allow pushing a single tag.
...
Closes #282
2014-08-22 10:14:51 -04:00
Joffrey F
24eb16c33a
Amended create_container documentation
2014-08-22 13:26:03 +02:00
Leonid Mirsky
98a4aa994c
Adding tests for mem_limit string conversion + adding default unit
2014-08-05 22:02:02 +03:00
Leonid Mirsky
019468dad8
Adding units specification to mem_limit variable
2014-08-05 11:40:08 +03:00
Ben Firshman
31e046ee2f
Fix travis badge URL
...
Repository moved from dotcloud to docker
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Docker-DCO-1.1-Signed-off-by: Ben Firshman <ben@firshman.co.uk> (github: bfirsh)
2014-07-28 17:57:50 -07:00
Sam Stoelinga
0c147927d2
Add documentation format of environment variable
...
This fixes #277
2014-07-22 16:05:58 +08:00
Ivan Fraixedes
3987a8f5e5
Added comment for `command` argument
...
Added comment for the variable type of `create_container`'s `command` argument
2014-07-15 15:35:49 +01:00
Joffrey F
7b8e0cd783
Merge branch 'master' into momer-tls
...
Conflicts:
docker/client.py
2014-07-10 17:19:22 +02:00
Joffrey F
436a3b1ff9
server_cacert -> ca_cert
2014-07-10 17:14:07 +02:00
Joffrey F
d528e7ea51
Incorrect argument list in TLS docs
2014-07-09 17:09:37 +02:00
Joffrey F
8393dbcaff
Improved TLSConfig API to be less obscure / more pythonic. Also improved / amended docs
2014-07-08 14:56:48 +02:00
Joffrey F
72c29ee5cf
Added TLS configuration instructions in README.md
2014-06-23 20:32:27 +02:00
Joffrey F
b62396053d
Updated changelog with last minute changes ; updated default API version in README.md
2014-06-23 19:20:58 +02:00
Joffrey F
b629f9d7ec
Merge pull request #231 from dotcloud/ping_support
...
Added Client.ping() method
2014-05-27 16:36:14 -07:00
Joffrey F
1e8009b8de
Merge pull request #230 from dotcloud/dns_search_support
...
Added dns_search parameter to client.start()
2014-05-27 16:35:30 -07:00
Joffrey F
d0a448fc6e
Added Client.ping() method
2014-05-28 01:31:42 +02:00
Joffrey F
78eac11e2f
Merge pull request #222 from tutumcloud/logs_api_1.11
...
logs support for api v1.11 new endpoint
2014-05-27 16:21:22 -07:00
Joffrey F
39d2a81cf6
Added dns_search parameter to client.start()
2014-05-28 00:26:40 +02:00
Joffrey F
97c9de0203
Merge pull request #221 from tutumcloud/memoryswap
...
memory swap limit support
2014-05-13 21:30:41 +02:00
Johannes 'fish' Ziemke
2d58351164
Add NetMode to hostConfig in start
2014-05-13 21:23:01 +02:00
Bernardo
36cd14e964
logs support for api v1.11 new endpoint
2014-05-12 15:15:04 -04:00
Bernardo
5c208a317f
memswap_limit parameter in create_container added to the Readme file
2014-05-12 08:56:23 -04:00
Joffrey F
9bb292bcbd
Merge pull request #209 from tarnfeld/feature/build-context
...
Added ability to specify the full build context
2014-04-28 20:51:46 +02:00
Joffrey F
3ff1f1ed4b
Merge pull request #200 from ticosax/move-dns-and-volumes-from
...
From api 1.10 dns and volumes_from should be passed to start()
2014-04-28 20:49:45 +02:00
Nicolas Delaby
ce782e190f
Update documentation to reflect modification for `dns` and `volumes_from`
2014-04-24 09:15:48 +02:00
Tom Arnfeld
8983fa561c
Added ability to specify the full build context
2014-04-23 13:18:50 +01:00
Ryan Wallner
77fec67c60
fixes #175 , fix flake8 erros
2014-04-16 14:40:08 -04:00