Can not reach HTTP servlet when built as Dockercontainer Can not reach HTTP servlet when built as Dockercontainer docker docker

Can not reach HTTP servlet when built as Dockercontainer


using 0.0.0.0 as host and changing the base image to gdepuille/fedora-java worked for me.


When you build the image graphite-processor:0.1.13-SNAPSHOT did you use 'EXPOSE 4444' in the directive? If not, the port mapping -p 4444:4444 will have no effect.