mostolog
mostolog
I'm having a similar issue trying to set {{.Service.Name}}-{{.Task.Slot}} as syslog tag on my stack/compose file. ``` logging: driver: 'syslog' options: tag: '{{.Service.Name}}-{{.Task.Slot}}' syslog-facility: 'local0' ``` suggestions?
Seems this have been solved on docker 17.10
Perhaps I'm confused, but shouldn't [DNS SRV records](https://en.wikipedia.org/wiki/SRV_record) will perfectly match for this use case? Regarding zookeeper config, as stated by [documentation](https://zookeeper.apache.org/doc/r3.3.2/zookeeperAdmin.html#sc_zkMulitServerSetup), the config file file should look like: ```...
I have been reading #192 and trying to reply, but at the end I just think I probably lack the needed knowledge to discuss this. I'll only say that, IMHO,...
@stevvooe Somehow related to this: > docker run -h myhost... adds an entry on /etc/host with: **ip container-name** **Is there any way to specify a domain or set this entry...
@stevvooe I'm back! :stuck_out_tongue_closed_eyes: Have you considered enabling DNS registering in out-of-docker DNS server? It will also be interesting being able to register under a specific domain tree Background-related to...
Don't know if close-related or related-enough to be considered... I'm starting to get some "unfriendly" experiences with containers having too-long **hostnames** like: project-service-swarmnodeidwhichactuallyisquitelong-#slot created using 2.13 template naming. eg: {{.Node.ID}}....
Hi again. Reviewing my notes I just confirmed **docker stack deploy --compose-file stack.yml mystack** creates services named like: > mystack_fooservice > mystack_barservice Already asked if dash can be configured instead...
> Services in a stack should be referenced by the scoped name (without the underscore) anyway, so the underscore shouldn't be relevant for anything except for the CLI. Although compose...