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
When trying to fetch a container, the following exception is raised:
requests.exceptions.InvalidURL: Not supported URL scheme http+docker
This issue is actually a docker-py issue: docker/docker-py#3256. As noted in docker/docker-py#3256 (comment), the release is part of 7.1.0 of docker-py. It seems like all we need to do is bump the docker-py version in the poetry.lock file. A new release after merging a PR would be awesome.
The text was updated successfully, but these errors were encountered:
tristan957
added a commit
to tristan957/testcontainers-python
that referenced
this issue
Oct 17, 2024
When trying to fetch a container, the following exception is raised:
This issue is actually a docker-py issue: docker/docker-py#3256. As noted in docker/docker-py#3256 (comment), the release is part of 7.1.0 of docker-py. It seems like all we need to do is bump the docker-py version in the poetry.lock file. A new release after merging a PR would be awesome.
The text was updated successfully, but these errors were encountered: