HodorNV / ALOps

ALOps
59 stars 24 forks source link

[Question]: How to set PublicDNSName #772

Closed innonav-dev closed 3 months ago

innonav-dev commented 3 months ago

Is your feature request related to a problem? Please describe. I need to set the PublicDNSName of a BCContainer.

Describe the solution you'd like Add a global variable similar to 'Alops_UpdateHostsFile' or a Parameter for ALOpsDockerStart in order to enable us to set the PublicDNSName.

innonav-dev commented 3 months ago

I think we solved the issue by adding in the task ALOpsDockerStart docker_parameters: '--hostname $(dockerName).int.abc.at'

waldo1001 commented 2 months ago

Very grateful, because it would have cost us quite some time for figure out (since we don't use this ourselves)!