I have been working on trying to resolve this issue for a day, and have had no luck, I am really stumped on what the error is. I have created a simple Spring Cloud Config Server using Spring Boot version 1.5.9.RELEASE and Spring Cloud Edgware.RELEASE. My Config Repo is a bitbucket repository. For Docker I am using the fabric8 maven docker plugin to build the docker image, and its deployed on Docker for Mac. I am also using Java 9. I am able to build my docker image, and run it on port 8888 but when I invoke the health endpoint it is "Down". When I try to run the following Get Request (I have been working on trying to resolve this i