Server and agent are in docker. What is SERVER_URL value? Andrew Gaydenko Created February 01, 2018 20:45 Hi! Server and agent containers are managed by the same docker. What is SERVER_URL value? Unauthorized agents list is empty.
Hi Andrew,
You probably need to inspect the server's container for its ip address and simply use that when connecting from an agent. More info here: https://stackoverflow.com/questions/17157721/how-to-get-a-docker-containers-ip-address-from-the-host
I have resolved the issue with `--link` option for `run` agent command. Probably it would be helpful to mention this option in docker container doc.