docker-py/tests
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
..
__init__.py Create tests module for setuptools test support 2013-07-13 01:07:04 -05:00
fake_api.py Add resize() method to Client 2014-06-21 12:21:44 +00:00
integration_test.py Fixed integration tests 2014-09-08 17:22:32 +02:00
test.py Ability to specify Host Devices during container start 2014-10-24 11:43:30 -04:00
utils_test.py Implemented complete parse_host method to handle all accepted values of Client's base_url. Unit tests 2014-07-03 04:11:34 +02:00