Ask Your Question
2

Is there a problem with compatibility of the C library between a Docker container and an executable built with Golang?

asked 2021-05-11 11:00:00 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2021-11-27 05:00:00 +0000

scrum gravatar image

There should not be a problem with compatibility of the C library between a Docker container and an executable built with Golang as long as both are using the same C library version. However, it is possible that there could be some issues if there are differences in the environment variables or system settings between the container and the host system. It is important to ensure that any necessary dependencies are included in the Docker image to avoid any issues with compatibility.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-05-11 11:00:00 +0000

Seen: 12 times

Last updated: Nov 27 '21