Are you using my image?
https://github.com/vromero/activemq-artemis-docker ?
I haven't released yet 2.0, but it is just a matter of rebuilding changing
a tag.
2017-04-12 12:23 GMT-07:00 mtod :
> I'm running Artemis 2.0 in docker everything seems fine in the logs but I'm
> not able to access from
Thanks for the reply seems that was it I set them to 0.0.0.0 and that worked.
Your response trigger a memory from something I read where they had an issue
with localhost in docker and set it to 0.0.0.0.
Thanks Again.
Mike
--
View this message in context:
http://activemq.2283324.n4.nabble.com/
I've not used Artemis within Docker before, but my guess would be that you
can't access it from outside Docker because all the acceptors are bound to
localhost. Try configuring Artemis to listen on a non-loopback interface that
should be accessible from outside Docker.
Justin
- Original M