Skip to content
New issue

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

too new API version #76

Open
KorbenDev opened this issue Jan 1, 2021 · 2 comments
Open

too new API version #76

KorbenDev opened this issue Jan 1, 2021 · 2 comments

Comments

@KorbenDev
Copy link

KorbenDev commented Jan 1, 2021

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...

@KorbenDev KorbenDev changed the title too newwrong API version too new API version Jan 1, 2021
@KorbenDev
Copy link
Author

Docker version info:

Client:
Version: 18.09.8
API version: 1.39
Go version: go1.11
Git commit: bfed4f5
Built: Fri Mar 13 06:46:11 2020
OS/Arch: linux/amd64
Experimental: false

Server:
Engine:
Version: 18.09.8
API version: 1.39 (minimum version 1.12)
Go version: go1.11
Git commit: 3a371f3
Built: Fri Mar 13 06:44:35 2020
OS/Arch: linux/amd64
Experimental: false

@henrikno
Copy link

henrikno commented Mar 3, 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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants