Feng Honglin
Feng Honglin
The port `2376` listens with a self-signed certificate. I guess this is why it failed to connect. ``` curl https://pwd10-0-37-3-2376.host1.labs.play-with-docker.com:2376/ -kv * Trying 34.195.15.109... * TCP_NODELAY set * Connected to...
@jantonius I guess the `operation time out error` is the network issue. If the image doesn't work, you are expected to see some error like `permission denied`.
@gdvalderrama We are currently focusing on the support/integration for docker swarm mode, and I don't think there will any new feature added to the current "classic" docker cloud, only bug...
@jjmonsalveg There was an issue on our side that marked your node token invalid. We have found the issue and fixed it, but unfortunately, your node was affected before the...
@lexrus The standalone mode is only used for us to run tests, and it assumes `/usr/bin/docker` exist. Can you try to deploy a new node and paste the logs(/var/log/dockercloud/agent.log) if...
@maietta `402 Payment Required` which means you can only provision one free node without setting the billing info. If you need to configure more nodes, you need to go to...
@dustinaevans The error is like the network is created by another docker engine. And the docker daemon managed by dockercloud-agent cannot run correctly. The installation script doesn't work on the...
I don't think the agent support ubuntu.17.x This agent is supposed to mange the life cycle of docker. When the agent starts, it runs docker daemon as a subprocess. However,...
@crockpotveggies When a node is registered to dockercloud, dockercloud tries to connect `public_ip_of_the_node:2375` to see if the node is publicly reachable. If the port is connectable, dockercloud tells the agent...
@mjdavies you can try to mount your stack file to the container. `alias docker-cloud="docker run -it -e DOCKERCLOUD_USER=username -e DOCKERCLOUD_PASS=passwrod -e DOCKERCLOUD_NAMESPACE=orgname -v $(pwd)/stackfile.yml:/stackfile.yml --rm dockercloud/cli"` Then run `docker-cloud stack...