Skip to content

TMS: tms-test

Troubleshooting

What is the non-existent tms-test-fi?

tms-test.fi is an internally used domain that does not and should not have a globally available DNS record.

curl https://tms-drivers.tms-test.fi                                                                                                           
curl: (6) Could not resolve host: tms-drivers.tms-test.fi                                                                                         
curl tms-test.fi                                                                                                                                   
curl: (6) Could not resolve host: tms-test.fi        
docker_root_domain := "tms-test.fi"

Jonne Nauha
the tests use this tms-test-fi domain internally
Jonne Nauha
i think docker DNS resolves it to something via the created docker network
Jonne Nauha
it creates subdomain for all service for that URL, its the code place you pasted
Jonne Nauha
this is how the servers talk to each other by "container name"