Server and agent are in docker. What is SERVER_URL value?

Hi!


Server and agent containers are managed by the same docker. What is SERVER_URL value? Unauthorized agents list is empty.

0
2 comments

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

0

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.

0

Please sign in to leave a comment.