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.
To solve it you just need to update Docker in this way:
sudo apt update && sudo apt install docker-ce docker-ce-cli
