API Version
#110
Replies: 1 comment
-
Hi, I have the same problem. So, setting the DOCKER_API_VERSION=1.37 env variable makes the trick? Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey this is more a comment than a questions.
It's pretty clear in your instructions the compatible API versions.
I'm currently running latest version docker:
It was really unclear to my what API version had to do when running this container -- particularly when interacting with the watchtower container.
Within the watchtower docker compose file I had to set the docker API version to a compatible version with environmental variable:
I only noticed this when examining the docker-socket-proxy logs and started seeing log files that had API versions appended to URL:
I only wish this was better explained as I'm not so sure how generalizable this solution would be to other containers.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions