You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to build it against musl libc. You cannot really copy in a binary built on MacOS, Windows or GNU/Linux and expect it to run in Alpine. Well, you can run Windows binary with wine and you may be able to run GNU/Linux binary if you install either libc6-compat or gcompat. It may work, even if there are no guarantee that it does.
Hi,
I'm trying to run simple hello.c binary which is built in my machine and created docker image for it using alpine as base image
Code compilation
DOCKER FILE
DOCKER CONTAINER
can anyone help me out to resolve this issue
The text was updated successfully, but these errors were encountered: