By the way, when I run the application without using Docker, I get the 
following log message:

[myservice-akka.actor.default-dispatcher-4] spray.can.server.HttpListener - 
Bound to /0.0.0.0:8080

but when I run with Docker, I just get:

Message [akka.io.Tcp$Bound] from 
Actor[akka://myservice/system/IO-TCP/selectors/$a/0#-1126741174] to 
Actor[akka://myservice/user/IO-HTTP/listener-0#-1015798983] was not 
delivered.

So it looks like the binding was successful, but Akka is not working 
properly so it couldn't deliver the Bound message...?

I've tried running the container with --net=host (sharing the host 
machine's networking stack) instead of --net=bridge but it made no 
difference.

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to