top | item 30633930

(no title)

bcl | 4 years ago

WARNING: Blatant self promotion follows :)

I've recently switched to using Alpine on my laptop, and have written a bit about setting it up using ansible here:

https://www.brianlane.com/post/alpine-laptop/

And when you can't find the apps you need in the distribution there's always podman:

https://www.brianlane.com/post/prusa-slicer/

discuss

order

mkdirp|4 years ago

Instead of using podman directly, and potentially messing with X11 permissions, you could use x11docker (despite the name, it podman support). It attempts to safely share X11 into a container.

throwaway984393|4 years ago

Tried using x11docker in Alpine, didn't work for the Electron apps I tried with it. Tried for several days; finally got the app running in Docker without x11docker.

yencabulator|4 years ago

> safely

vs upstream saying

> Using x11docker as a sandbox is not intended to run obviously evil software.

moltke|4 years ago

I ran Alpine on my laptop during the last half of college. It's a great little distro if you don't mind occasionally compiling things.

djbusby|4 years ago

I've been on Gentoo since 2005. It's a great distro if don't mind compiling everything ;)