Joffrey F
265d500f63
Updated tox.ini to also run utils_test.py tests
2014-11-03 20:07:13 +01:00
Joffrey F
c4bb57286a
Merge branch 'filters' of github.com:irachex/docker-py into irachex-filters
...
Conflicts:
docker/utils/__init__.py
docker/utils/utils.py
tests/utils_test.py
2014-11-03 20:07:04 +01:00
Joffrey F
22ac1ec234
Merge pull request #319 from psftw/bugfix_history
...
Make history() return json.
2014-10-30 15:11:24 +01:00
Joffrey F
e7f5766f30
Merge branch 'totem-feature_logs-tail'
2014-10-30 15:09:17 +01:00
Joffrey F
213ca7d71d
Merge branch 'feature_logs-tail' of github.com:totem/docker-py into totem-feature_logs-tail
...
Conflicts:
docker/client.py
tests/fake_api.py
2014-10-30 15:07:58 +01:00
Joffrey F
92d1c8e77c
Merge pull request #379 from tutumcloud/logs_tail
...
Added tail behaviour to logs command, same as CLI v1.3 (latest)
2014-10-30 14:57:12 +01:00
Joffrey F
10c67bde51
Merge pull request #381 from micahhausler/py3socket
...
Fixed socket for PY3 - Fixes #342
2014-10-30 14:51:50 +01:00
Joffrey F
91ba1a9426
Merge pull request #385 from fbacchella/master
...
When docker is stopped, docker-py receive a empty string
2014-10-30 14:25:21 +01:00
micahhausler
9d58b20b9d
Reverted Dockerfile
2014-10-30 09:22:16 -04:00
Fabrice Bacchella
44b962c122
White space cleaned
2014-10-30 14:11:08 +01:00
Joffrey F
bbe80d903f
Merge branch 'master' of github.com:dotcloud/docker-py
2014-10-30 14:08:08 +01:00
Joffrey F
31fb94f973
Merge branch 'ewindisch-angry-poodle'
2014-10-30 14:07:52 +01:00
Joffrey F
8369113983
Fix typo
2014-10-30 14:07:37 +01:00
Joffrey F
0e1794facf
Merge branch 'angry-poodle' of github.com:ewindisch/docker-py into ewindisch-angry-poodle
2014-10-30 14:03:51 +01:00
Joffrey F
c5ffc15143
Added hosted docs info to README
2014-10-30 14:01:33 +01:00
Joffrey F
9b63cc548a
Merge pull request #324 from infoxchange/clear-unixconn-pool
...
Clear UNIX connections pool to avoid ResourceWarnings
2014-10-30 13:49:40 +01:00
Fabrice Bacchella
4153a38d6c
When docker is stopped, docker-py receive a empty string in socket.readline()
2014-10-30 11:00:28 +01:00
micahhausler
b77f7e3b1a
Added test requirements to install
2014-10-29 15:32:25 -04:00
micahhausler
1803c4b83d
Fixed conflict
2014-10-29 15:21:18 -04:00
Eric Windisch
3529d5bb0d
Require highest level of client-supported SSL/TLS crypto
...
Up to TLS 1.2, support the highest locally supported crypto
protocol. This eliminates the previous default of PROTOCOL_SSLv23,
replacing it with what should be TLSv1 for Python 2.7 and TLSv1.2
for newer versions of Python 3.
Developers using docker-py may still specify the ssl_version to
override the default.
Signed-off-by: Eric Windisch <eric@windisch.us>
2014-10-29 15:19:41 -04:00
Joffrey F
cf9d75be0a
Merge pull request #326 from tomprince/patch-1
...
Add tests to sdist.
2014-10-29 19:39:53 +01:00
Joffrey F
5ed8d16f43
Merge pull request #328 from alunduil/master
...
Add tests to sdist.
2014-10-29 19:39:18 +01:00
Joffrey F
1f4597e64f
Merge pull request #360 from proppy/kwargs-from-env
...
utils: add kwargs_from_env
2014-10-29 19:37:50 +01:00
Joffrey F
984411ef8f
Merge branch 'phensley-pause-unpause'
2014-10-29 19:35:17 +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
Johan Euphrosine
74e7a67898
utils: add kwargs_from_env
2014-10-29 10:05:49 -07:00
Joffrey F
0d806d81b4
Merge pull request #354 from bfirsh/use-official-repository-for-dockerfile
...
Add Makefile for running tests in Docker
2014-10-29 17:59:35 +01:00
Joffrey F
734da2c25c
Merge branch 'dims-support-devices'
2014-10-29 17:23:57 +01:00
Joffrey F
75d8ff16e4
Merge branch 'support-devices' of github.com:dims/docker-py into dims-support-devices
...
Conflicts:
README.md
2014-10-29 17:23:42 +01:00
Joffrey F
465e4d9a55
git push origin masterMerge branch 'phensley-exec'
2014-10-29 17:19:47 +01:00
Joffrey F
e0d6b267ee
Merge branch 'exec' of github.com:phensley/docker-py into phensley-exec
...
Conflicts:
README.md
2014-10-29 17:19:27 +01:00
Joffrey F
ca6fc27740
Merge pull request #306 from groundeffect/master
...
Add support for 'cpuset'
2014-10-29 17:01:01 +01:00
Joffrey F
217f97259b
Merge pull request #366 from sgjesse/tar-directories
...
Add directories to the Docker context
2014-10-29 16:58:39 +01:00
Joffrey F
4ed1ee5b0f
Merge pull request #375 from micahhausler/mkdocs
...
Added markdown docs for #83
2014-10-29 11:22:04 +01:00
micahhausler
77d2f42f7d
Migrated change log
2014-10-28 10:42:19 -04:00
micahhausler
1476ad302d
Fixed socket for py3
...
* Fixed broken Dockerfile
* added .dockerignore
2014-10-28 10:26:49 -04:00
micahhausler
47baf2218f
Added .version()
2014-10-27 15:13:26 -04:00
micahhausler
0e6b96a70f
Added .wait()
2014-10-27 15:06:28 -04:00
micahhausler
7d0f190d0b
Capitalize Docker
2014-10-27 14:56:43 -04:00
Alberto
5c06bc7f49
Added tail behaviour to logs command, same as CLI v1.3 (latest)
2014-10-27 18:31:47 +01:00
groundeffect
6a52269888
Move 'cpuset' to the end of the param list
2014-10-25 23:57:50 +02:00
micahhausler
199023c576
Added markdown docs
2014-10-24 16:55:22 -04:00
Davanum Srinivas
7a917cc7a0
Ability to specify Host Devices during container start
...
The command line and daemon started supporting --device
parameter during docker start a while ago in the following commit:
docker/docker@e855c4b
Since the command line looks like this,
--device=[] Add a host device to the container (e.g. --device=/dev/sdc:/dev/xvdc)
This patch allows a list of strings to be passed into the start() method
and we parse out the 3 components just like in the above mentioned commit
2014-10-24 11:43:30 -04:00
Patrick Hensley
b365796439
Use shlex for exec string cmd, added integration testcase.
2014-10-22 13:44:41 -04:00
Joffrey F
b93fca639e
Merge pull request #337 from heewa/catch_invalid_build
...
Catch invalid path in build method
2014-10-22 19:23:46 +02:00
Søren Gjesse
a6af1b7fd4
Fix long line
2014-10-21 14:20:37 +02:00
Søren Gjesse
71b26b7167
Remove accidental changes to integration_test.py
2014-10-21 14:17:39 +02:00
Søren Gjesse
60edfe84b8
Add directories to the Docker context
...
This change adds both files and directories to the tra-file for the
Docker context. Previously only files where added.
The context will now also contain empty directoryes and symlinks
to directories.
2014-10-21 14:01:57 +02:00
Patrick Hensley
3ac4c78850
Updated README with description of exec.
2014-10-18 11:45:59 -04:00
Patrick Hensley
e70f985b31
Fix typo in exec url.
2014-10-18 11:35:16 -04:00