Accessing docker from another server

Hello everyone,

I have a rather hairy issue with docker to solve.

We have a docker application running on windows server 2008. Same windows server is the one that is used for our productive website. Now we want to integrate this docker-application into our website (click on button should simply call the docker-machine). The application runs finde and I can easily access it from the server it is on, but I am having trouble finding out how to access it from the website.

Maybe someone here can offer guidance? I tried most of what came to mind, but I didn’t find anything on this particular issue.