docker-archive / classicswarm

Swarm Classic: a container clustering system. Not to be confused with Docker Swarm which is at https://github.com/docker/swarmkit
Apache License 2.0
5.75k stars 1.08k forks source link

api: add undocumented /grpc endpoint available since API 1.40 #2944

Closed tiborvass closed 4 years ago

tiborvass commented 5 years ago

Signed-off-by: Tibor Vass tibor@docker.com

This allows to use buildx with docker driver on swarm.

tiborvass commented 5 years ago

Ping @tonistiigi @dperny @dhiltgen

tiborvass commented 5 years ago

@dperny is the CI failure unrelated?

dperny commented 5 years ago

ci failure is almost certainly unrelated, but i don't know anything about the ci system here.

dperny commented 5 years ago

looks fine.

thaJeztah commented 5 years ago

Upstream changes in the engine; https://github.com/moby/moby/pull/38990