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 I run the alias/docker command I get the following error message:
Error response from daemon: client version 1.40 is too new. Maximum supported API version is 1.39
Running on a Synology NAS. Sorry, quiet a noob...
The text was updated successfully, but these errors were encountered:
KorbenDev
changed the title
too newwrong API version
too new API version
Jan 1, 2021
Related to docker/cli#2533
One workaround is to run with -e DOCKER_API_VERSION=1.39, e.g: docker run -e DOCKER_API_VERSION=1.39 --rm -i -v /var/run/docker.sock:/var/run/docker.sock nexdrew/rekcod <container>
When I run the alias/docker command I get the following error message:
Error response from daemon: client version 1.40 is too new. Maximum supported API version is 1.39
Running on a Synology NAS. Sorry, quiet a noob...
The text was updated successfully, but these errors were encountered: