We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using current docker version and old docker-py it is possible to get some weird errors. I am getting this one:
"Cannot link to a non running container
Here someone suggest that we sholuld use docker network instead of link.
docker network
Update would be nice, but it is hard to tell how much changes are needed to update this lib.
The text was updated successfully, but these errors were encountered:
Are you getting the error while running the product tests?
I feel like as long as the two versions are API compatible everything should work as expected. Did you try a Travis run with the new version?
Sorry, something went wrong.
Yes, I got this error while running product tests. I haven't yet started to do anything with the new version.
Fixed with #353
kokosing
No branches or pull requests
When using current docker version and old docker-py it is possible to get some weird errors. I am getting this one:
Here someone suggest that we sholuld use
docker network
instead of link.Update would be nice, but it is hard to tell how much changes are needed to update this lib.
The text was updated successfully, but these errors were encountered: