Dear Tango Community,
I start my Tango System inside a docker container. I use the tango-cs image from gitlab. I noticed that the starter device server has a generic name like ca3bdc6ac263. I noticed further that this generic name is different every time I run docker-compose down and docker-compose up. On a native Tango installation, the starter device server name has to be the name of the machine it is running on e.g. desktop-tj356. I understand that this is not the case with docker since it is sort of a virtual machine. However, I want to define the StartDsPath property so that the starter can manage other device servers. Because the starter instance is different on every startup, I can not set StartDsPath permanently.
So my question: How can I keep the same name of the starter device server after running docker-compose up.
Alternatively: How can I define the starter StartDsPath property automatically after running docker-compose up for the new starter device server?
Regards,
Dominik