You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using docker 1.3.3, and docker-py0.6.0.
On a new machine, I found out this role installed docker-py0.7.0, which uses a newer API version, and return error on every docker module task.
Unfortunately dockerpy and docker releases aren't always in sync. I've seen several such issues where dockerpy adds API calls not yes released in the stable docker API. I'm not sure we should attempt to resolve this issue in this role, since the issue is upstream, intermittent, and unpredictable.
I am using docker
1.3.3
, anddocker-py
0.6.0
.On a new machine, I found out this role installed
docker-py
0.7.0
, which uses a newer API version, and return error on every docker module task.My current "fix":
The text was updated successfully, but these errors were encountered: