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
{{ message }}
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.
As swarm uses engine-api to manage docker engines , there must be some api compatibility between swarm and docker engine.
Now latest version of Swarm is 1.2.3, it uses engine-api. If engine-api does not support lower api version, there is no way for Swarm to support lower version of docker engine, such as docker 1.6.x, docker 1.7.x.
I was wondering how to use engine-api to support api version 1.19, 1.18 or lower?
@vdemeester
In docker version <= 1.6.2, in /info API, field Debug and SwapLimit is 0 which is a number, while in engine-api it should be the type of bool, so imcompatiblity happens.
@vdemeester
Can you help me to provide one example that how to use engine-api to communicate with lower version of docker engine such as 1.6.2?
To be honest, in our production environment, there still some can not easily updated to newer docker version. But we still hope to use engine-api which seems to be the future standard.
As swarm uses engine-api to manage docker engines , there must be some api compatibility between swarm and docker engine.
Now latest version of Swarm is 1.2.3, it uses engine-api. If engine-api does not support lower api version, there is no way for Swarm to support lower version of docker engine, such as docker 1.6.x, docker 1.7.x.
I was wondering how to use engine-api to support api version 1.19, 1.18 or lower?
related issue in swarm:docker-archive/classicswarm#2330
Thanks in advance.
The text was updated successfully, but these errors were encountered: