building image for a non http service #727
Unanswered
matthiasverstraete
asked this question in
General
Replies: 2 comments 6 replies
|
@matthiasverstraete can you give more context about the will be good to collect more context... try enabling trace logging like this:
|
5 replies
|
@matthiasverstraete by the way, what's a good reference to understand the |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm trying to build a slim version of my docker image which exposes an opcua service. As it's not using http, I'm using a custom script as probe. The command I'm using at the moment looks like this:
However, the script seems to fail to connect to my service. Also, the logs of the container that are printed at the end, don't look like the logs I would get when running my image normally.
Output currently looks like this:
Any suggestions on what I'm doing wrong? Thanks for the help!
All reactions