Alpine Linux 3.13
alpinelinux.org
Alpine Linux 3.13
1–10 of 47 posts
Re: Alpine Linux 3.13
#2The musl libc makes it a bad choice for general purpose desktop use (look at the number of hacks required to get some version of VSCode running on it for example).
Re: Alpine Linux 3.13
#3I want to like Alpine because it's so light, but realistically you can only ever use it in Docker / VMs or for very specific locked-down needs. The musl libc makes it a bad choice for general purpose desktop use (look at the number of hacks required to get some version of VSCode running on it for example).
But yeah I would like to use it on the desktop as well..
Re: Alpine Linux 3.13
#4I want to like Alpine because it's so light, but realistically you can only ever use it in Docker / VMs or for very specific locked-down needs. The musl libc makes it a bad choice for general purpose desktop use (look at the number of hacks required to get some version of VSCode running on it for example).
Re: Alpine Linux 3.13
#5I want to like Alpine because it's so light, but realistically you can only ever use it in Docker / VMs or for very specific locked-down needs. The musl libc makes it a bad choice for general purpose desktop use (look at the number of hacks required to get some version of VSCode running on it for example).
Re: Alpine Linux 3.13
#6Re: Alpine Linux 3.13
#7Edit: Just got inspired and went to the contributing page.
Think I'll start using it to develop with Vim in a VM locally and see where things go from there.
Re: Alpine Linux 3.13
#8I would love for Alpine to progress to the point where it's a realistic desktop or server OS, rather than the OS for the containers that run on an Ubuntu or Debian server. Edit: Just got inspired and went to the contributing page. Think I'll start using it to develop with Vim in a VM locally and see where things go from there.
Re: Alpine Linux 3.13
#9Their use of musl libc makes it a very poor choice for running python in a container, because it forces a lot of manual rebuilding since the PyPi wheels don't work on Alpine, among other issues [1]
Re: Alpine Linux 3.13
#10I want to like Alpine because it's so light, but realistically you can only ever use it in Docker / VMs or for very specific locked-down needs. The musl libc makes it a bad choice for general purpose desktop use (look at the number of hacks required to get some version of VSCode running on it for example).
Off the top of my head, Tiny Core Linux uses glibc and has desktop users as a primary goal.