I am trying to get a domain-like resolution of DNS names, but i am probably configuring something wrong.
what i want is that for each container in the Tutum stack, "" and "." will be resolved to the correct IPs. for now, i seem to manage only getting /etc/hosts to have an entry for the container name, if anything.
it seems like the DNS hack is depending on some env variables (TUTUM_REST_HOST, etc.) that are not documented in the README. can you document what i need to set each to be in the Tutum stack stackfile?
and is what i am looking for even possible? i am building an email solution in which each service (postfix, postgresql, dovecot) run in a container, and these should talk to one another.
I am trying to get a domain-like resolution of DNS names, but i am probably configuring something wrong.
what i want is that for each container in the Tutum stack, "" and "." will be resolved to the correct IPs. for now, i seem to manage only getting /etc/hosts to have an entry for the container name, if anything.
it seems like the DNS hack is depending on some env variables (TUTUM_REST_HOST, etc.) that are not documented in the README. can you document what i need to set each to be in the Tutum stack stackfile? and is what i am looking for even possible? i am building an email solution in which each service (postfix, postgresql, dovecot) run in a container, and these should talk to one another.