Skip to content

dotnet core 3.1 (Docker) #163

Answered by fw2568
WoodsterDK asked this question in Q&A
Apr 8, 2022 · 1 comments · 9 replies
Discussion options

You must be logged in to vote

Hi,

without any details it is difficult to gues what kind of problems you had, but in general it is working. But as YaNco uses the native SAP RFC SDK you have to consider its requirements for a docker container.
Beside using the linux native libraries within docker, you have to take care of the LD_LIBRARY_PATH variable, that has to point to the sdk binaries.
Here you can find a working sample application that is using also docker: https://github.com/dbosoft/SAPHub

dockerfile: https://github.com/dbosoft/SAPHub/blob/main/src/SAPHub.SAPConnector/Dockerfile

Please notice the ENV statement that sets the LD_LIBRARY_PATH to the container's /app directory:

https://github.com/dbosoft/SAPHub/blob/8…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@WoodsterDK
Comment options

@WoodsterDK
Comment options

@fw2568
Comment options

@WoodsterDK
Comment options

@fw2568
Comment options

Answer selected by fw2568
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #162 on April 08, 2022 17:43.