Resolving Docker error with Error response from daemon: client version 1.53 is too new. Maximum supported API version is 1.43

Tiempo de lectura: < 1 minuto

This is an error that appears Error response from daemon: client version 1.53 is too new. Maximum supported API version is 1.43 when we have different API versions on the client and server of Docker.

Book docker - pexels

To solve it you just need to update Docker in this way:

sudo apt update && sudo apt install docker-ce docker-ce-cli

Leave a Comment