Douglas Ferguson
Douglas Ferguson
Yeah.. I'd like to avoid sessions on the service if possible. Although I did consider an auth service that would hold only auth state, for the purpose of requesting a...
Cool. Thanks.. I added a few questions.
Cool. Thanks! I'm still trying to decide between naught and recluster. I'm not thrilled about the way naught writes it's own logs.
You have a point there. Are you using loggly or similar? What are you using on the node side to generate the logs? Seems like there are several good alternatives,...
Thanks! Are you just sharing that same logger instance with all the routes? Wasn't thinking it might be cleaner to make a module with the code above and have it...
From everything I've read everyone seems to agree that if an exception bubbles up to the process you should exit as quickly as possible and restart. The one piece that...
There are many people who say domains are a failed experiment and should be avoided. I know some folks over a paypal that say that at scale domains were causing...
tonivdv - is there a binary available or did you have to build it yourself?
When I try to connect I get this error: FATA[0000] Get http://localhost:2375/v1.17/images/json: EOF. Are you trying to connect to a TLS-enabled daemon without TLS? $ echo $DOCKER_HOST tcp://localhost:2375
dduportal is not disabling tls like yungsang. I was able to ssh in and manually disable but I don't want to have to make the entire dev team do that....