mirror of https://github.com/docker/docker-py.git
				
				
				
			
				
					
						
							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  | 
			||
|---|---|---|
| .. | ||
| __init__.py | ||
| fake_api.py | ||
| integration_test.py | ||
| test.py | ||
| utils_test.py | ||