docker-py/docker
Felipe Bessa Coelho 3198dd9fde Sanitize create_container input
Client.create_container takes a volumes_from argument that should be: a
string, a list of strings, or None. If an empty list or dict is passed
instead, the docker daemon returns a 406 Client Error: Not Acceptable
2014-04-09 03:48:06 -03:00
..
auth Create scope for docker client specific errors 2014-04-06 12:02:13 +04:00
unixconn Fixes for flake8 2014-03-28 23:08:22 +04:00
utils parse_repository_tag function and accompanying test 2014-03-24 16:10:31 +01:00
__init__.py Moved APIError exception to docker.errors module. 2014-04-07 13:31:13 +04:00
client.py Sanitize create_container input 2014-04-09 03:48:06 -03:00
errors.py Moved APIError exception to docker.errors module. 2014-04-07 13:31:13 +04:00