-
Hello, I have an issue making calls to the server, if it runs inside of a docker container. I hope you might be able to help solving this issue. In my project the docker img basically contains only the executables. The Dockerfile is the following: Whit this Dockerfile but with a different server library, I was able to make api calls to the server. Simply just running the exe, I can make api calls to the server, but if it runs in a container I don't have any success. I have absolutely no idea what can be the issue. Thanks in advance. Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 29 replies
-
Hi @pocsuka could you try using the |
Beta Was this translation helpful? Give feedback.
Hi @pocsuka could you try using the
dockerfile
in theTest.Docker
project and let me know the result? https://github.com/jchristn/WatsonWebserver/tree/master/Test.Docker