▲ | blueflow 3 days ago | |||||||||||||||||||||||||||||||
In practice it means that the executable format is different, that binaries from GNU/Linux won't run on Alpine normally and reverse. | ||||||||||||||||||||||||||||||||
▲ | kees99 3 days ago | parent [-] | |||||||||||||||||||||||||||||||
Binary executable format is the same. But libc and dl (dynamic loader) libraries are different. You can install musl-specific versions of both on Debian, for example, like so:
Binaries that don't use libraries, i.e. complied with "-static" option on GNU/Linux run just fine on musl/Linux (and vice versa). | ||||||||||||||||||||||||||||||||
|