docker-py/docker
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
..
auth Don't fallback to HTTP unless insecure_registry is specified when pushing/pulling 2014-08-22 17:28:59 +02:00
ssladapter Enable the overriding of `assert_hostname` on TLSConfig 2014-10-14 12:04:46 +01:00
unixconn Fixes for flake8 2014-03-28 23:08:22 +04:00
utils Ability to specify Host Devices during container start 2014-10-24 11:43:30 -04:00
__init__.py Avoid version duplication 2014-05-24 01:51:50 +02:00
client.py Ability to specify Host Devices during container start 2014-10-24 11:43:30 -04:00
errors.py * Merge branch 'tls' of github.com:momer/docker-py into momer-tls 2014-06-23 20:15:47 +02:00
tls.py Enable the overriding of `assert_hostname` on TLSConfig 2014-10-14 12:04:46 +01:00
version.py Ship 0.5.3 2014-10-16 18:03:52 +01:00