I run a full Linux desktop in Docker just because I can
1–10 of 124 posts
Re: I run a full Linux desktop in Docker just because I can
#2Re: I run a full Linux desktop in Docker just because I can
#3Re: I run a full Linux desktop in Docker just because I can
#4I develop my apps in the most possible native way I can: deb packages, apt repo, systemd, journald etc. however I would like to also be able to run it in docker/vm. Is there a good systemd-in-docker solution for this to basically not run anything differently and not have to maintain two sets of systems?
Re: I run a full Linux desktop in Docker just because I can
#5I develop my apps in the most possible native way I can: deb packages, apt repo, systemd, journald etc. however I would like to also be able to run it in docker/vm. Is there a good systemd-in-docker solution for this to basically not run anything differently and not have to maintain two sets of systems?
Have you looked at systemd-nspawn[0]? Its not docker so it wouldn't be useful for writing Dockerfiles but it is light containers that work beautifully with systemd. [0] https://wiki.archlinux.org/title/Systemd-nspawn
Re: I run a full Linux desktop in Docker just because I can
#6I develop my apps in the most possible native way I can: deb packages, apt repo, systemd, journald etc. however I would like to also be able to run it in docker/vm. Is there a good systemd-in-docker solution for this to basically not run anything differently and not have to maintain two sets of systems?
Re: I run a full Linux desktop in Docker just because I can
#7Re: I run a full Linux desktop in Docker just because I can
#8Re: I run a full Linux desktop in Docker just because I can
#9WINDOWS_IP=$(ip route | awk '/^default/ {print $3}')
DISPLAY="$WINDOWS_IP:0"
Now I can use the mighty mobaxterm from https://www.mobatek.net to just run whatever and pipe it back to Windows.
One caveat is that the $PATH gets polluted with space characters by 'Doze, so I have to do something like this for QGIS:
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin qgis -n &
Re: I run a full Linux desktop in Docker just because I can
#10What's the best way to forward the x-server over ssh?
Has worked since .... forever. Interestingly, it works with WSL2 on windows, too!