dockercloud-agent
dockercloud-agent copied to clipboard
Agent to manage docker in nodes controlled by Docker Cloud
Hi, We're planning to run dockercloud on some BYONs behind a firewall in our datacenter, so I'm doing some tests to see if it's going to work. I'm running vagrant/virtualbox...
https://github.com/docker/dockercloud-agent/blob/v1.1.0/contrib/make-rpm.sh after looking the contents i noticed bunch of debian specific things that are likely unhandled for redhat systems: - post/pre-inst scripts will never do anything because $1 are numeric...
I was wondering if there are any plans to bring dockercloud-agent to Ubuntu 16.04.
Given the following scenario: EC2 node deployed via Docker Cloud using t2.medium instance type. After changing the instance type to t2.large via AWS console (stop, change instance type, start) the...
I'd like to register a Debian 8 box in cloud.docker.com but failed. It's always "Waiting for contact from agent". Then, I did try to reinstall the latest dockercloud-agent, reviewed the...
~$ `service dockercloud-agent restart` the log; ``` 2017/12/21 18:00:02 Running dockercloud-agent: version 1.1.0 2017/12/21 18:00:02 Create pid file(/var/run/dockercloud-agent.pid): 2017/12/21 18:00:02 Checking if config file exists 2017/12/21 18:00:02 Loading Configuration file...
I tried using **journald** in Docker Cloud Agent via editing the DockerOpts but when I tried `docker logs --tail=100 -f ` it returned `Error response from daemon: configured logging reader...
W: http://repo.cloud.docker.com/ubuntu/dists/dockercloud/InRelease: Signature by key 278FE7333CFF7F8B60B677E85DD27147EF170D1C uses weak digest algorithm (SHA1)
Hello, I have worked with docker cloud for a month. My nodes are created as described at https://docs.docker.com/docker-cloud/infrastructure/link-do/ for a Digital Ocean account. But I've decided to update the operating...