Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create container on alpibe linux #2

Open
Akira25 opened this issue Apr 1, 2022 · 1 comment
Open

Create container on alpibe linux #2

Akira25 opened this issue Apr 1, 2022 · 1 comment

Comments

@Akira25
Copy link
Member

Akira25 commented Apr 1, 2022

The alpine linux image is more tiny than the ubuntu image by magnitudes. In addition alpine uses a hardened kernel, from which we can profit too.

Thus we should migrate the docker-container to alpine linux.

@nicolasberens
Copy link

be aware that alpine uses a different libc. (muslibc instead of glibc)

this can lead to issues with precompiled binarys from outside sources:

https://wiki.alpinelinux.org/wiki/Running_glibc_programs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants