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 Feb 1, 2021. It is now read-only.
Using Docker 1.10, Compose 1.6.0, and Swarm 1.1.0.
I set up a swarm with 4 nodes. The swarm master is started on node 1 with:
docker run -p 5000:2375 -it swarm --debug manage -H tcp://0.0.0.0:2375 "nodes://x.x.x.[65:68]:2375"
I set DOCKER_HOST to point to the swarm master.
Next, I do docker-compose -f myfile up
On the swarm output I see hijack messages (relating to varying hosts, see below for a sample).
And my docker-compose fails to start, with
ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
Using Docker 1.10, Compose 1.6.0, and Swarm 1.1.0.
I set up a swarm with 4 nodes. The swarm master is started on node 1 with:
docker run -p 5000:2375 -it swarm --debug manage -H tcp://0.0.0.0:2375 "nodes://x.x.x.[65:68]:2375"
I set DOCKER_HOST to point to the swarm master.
Next, I do docker-compose -f myfile up
On the swarm output I see hijack messages (relating to varying hosts, see below for a sample).
And my docker-compose fails to start, with
ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
The text was updated successfully, but these errors were encountered: