Results 7 comments of Frank G

Sure no problem. [orders.log](https://github.com/microservices-demo/microservices-demo/files/1488259/orders.log) [user.log](https://github.com/microservices-demo/microservices-demo/files/1488261/user.log)

Some more info from my setup: $ docker --version Docker version 17.09.0-ce, build afdb6d4 $ docker-compose -version docker-compose version 1.17.0, build ac53b73 $uname -a Linux localhost.localdomain 3.10.0-693.5.2.el7.x86_64 #1 SMP Fri...

Looked at the user-db log also and found this error: chown: changing ownership of '/proc/1/fd/1': Permission denied chown: changing ownership of '/proc/1/fd/2': Permission denied [user-db.log](https://github.com/microservices-demo/microservices-demo/files/1488816/user-db.log) I can connect to the...

I have attempted to trouble shoot this problem a little on my own with my limited knowledge of Docker, microservices golang etc. Something jumped out to me and I wonder...

I believe I have identified the issue. It's a visioning issue as per my last post. I have it working now but instead of using the default (i.e. latest label...

Did a little more digging and I looked at the netstat of the user container when it does not work (have an internet connecting in the VM) and when it...

@pidster That's basically a symptom I was seeing when not working is I could not login from the browser.