mirror of https://github.com/docker/docker-py.git
The error field was deprecated in favor of the errorDetail struct in
[moby@3043c26], but the API continued to return both. This patch updates
docker-py to not depend on the deprecated field.
[moby@3043c26]:
|
||
|---|---|---|
| .. | ||
| api | ||
| context | ||
| credentials | ||
| models | ||
| transport | ||
| types | ||
| utils | ||
| __init__.py | ||
| auth.py | ||
| client.py | ||
| constants.py | ||
| errors.py | ||
| tls.py | ||
| version.py | ||