I have Mac OSX and Docker Desktop 2.2 (Engine 19.03). I have a REST service running on my localhost (Mac) and I was trying to consume it from IRIS running in a Docker container. If you try something like that don't use `localhost` as HTTP Server setting (using a Business Operation for example). You have to use `host.docker.internal`.See this: Hope this helps !