|
|
|
|
|
by pdeuchler
3395 days ago
|
|
Docker takes backwards compatibility so seriously they wholesale block the client and server from communicating with each other if they differ by a single minor version. Docker takes backwards compatibility so seriously they've released multiple versions of a docker registry all with completely new APIs. Sorry if I don't buy it. |
|
That has been fixed. Note that this limitation (although it turned out to be annoying, which is why we removed it), did not actually break reverse compatibility in the API. It just made the client excessively paranoid about reverse compatibility. In other words the client didn't trust the stability of the daemon enough, even though the daemon in pratice almost never broke compat.
> Docker takes backwards compatibility so seriously they've released multiple versions of a docker registry all with completely new APIs.
I'm not sure what you're referring to, but I will look into it. Is this still affecting you? Or is it a past problem you are still pissed off about?