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 |
||
|---|---|---|
| .. | ||
| auth | ||
| ssladapter | ||
| unixconn | ||
| utils | ||
| __init__.py | ||
| client.py | ||
| errors.py | ||
| tls.py | ||
| version.py | ||