Earlier quoted context omitted.
I’ve been using colima for cli docker on my arm mac. It’s pretty straightfirward using homebrew.
Colima is great. However, in the upcoming macOS 26 Tahoe, and mostly in macOS 15 Sequoia, Apple is beginning to provide a first-party solution: https://github.com/apple/container I've been experimenting with it in macOS 15, and I was able to replace Colima entirely for my purposes. Running container images right off of Docker Hub, without Docker / Podman / etc. (And yes, it is using a small Linux VM run under Apple's…
I run a full Linux desktop in Docker just because I can
31–40 of 124 posts
Re: I run a full Linux desktop in Docker just because I can
#32It worked but Android killed it mercilessly if it used too much memory or the rest of the system needed it.
Re: I run a full Linux desktop in Docker just because I can
#33Re: I run a full Linux desktop in Docker just because I can
#34Earlier quoted context omitted.
I don't use it much, but I've glued together sway+wayvnc+novnc in a container and it worked fine (exposing both raw VNC and the webified novnc interface).
That sounds useful, do you have the Dockerfile for it pushed anywhere?
Re: I run a full Linux desktop in Docker just because I can
#35Earlier quoted context omitted.
Colima is great. However, in the upcoming macOS 26 Tahoe, and mostly in macOS 15 Sequoia, Apple is beginning to provide a first-party solution: https://github.com/apple/container I've been experimenting with it in macOS 15, and I was able to replace Colima entirely for my purposes. Running container images right off of Docker Hub, without Docker / Podman / etc. (And yes, it is using a small Linux VM run under Apple's…
I ran into various issues I think, but my main objective was running a full k3s cluster this way, reckon this is achievable with full networking support now? Also if I already had colima setup, does new apple container provide any benefits beyond just being made by apple?
Re: I run a full Linux desktop in Docker just because I can
#36I use this https://www.reddit.com/r/selfhosted/comments/13e25l9/tutoria... My clients are a rpi 4 and an older ipad. Sometimes use an Android phone as well.Works really well.
> Google acts as a meet-me point and also provides the authentication mechanisms including MFA. On one hand, it made me chuckle a bit. On the other hand, it could be reasonable in many scenarios.
Re: I run a full Linux desktop in Docker just because I can
#37I just carry around a pwnagotchi on a keychain, and use my iPad to access it to do Linux development work, including run a full raspian desktop, dev tools, etc.
I searched for the term and it seems to be a DIY kit to do reinforcement learning to try to crack WPA keys?
Re: I run a full Linux desktop in Docker just because I can
#38Earlier quoted context omitted.
Isn’t this the case on macOS too? I desperately wish I could run docker properly (CLI) on the Mac rather than use docker desktop, and while we are making a dream list, can I just run Ubuntu on the Mac mini?
It might not be Ubuntu but Asahi Linux runs Fedora pretty well on M2 Pro and older Apple Silicon Mac Minis: https://asahilinux.org/fedora/#device-support
Re: I run a full Linux desktop in Docker just because I can
#39I run Arch under WSL2 and then in ~/.bashrc: WINDOWS_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 &
What are your use cases? To run Linux GUI apps?
Does mobaxterm allow you to view those GUI apps?
Re: I run a full Linux desktop in Docker just because I can
#40Samsung DEX had a Linux desktop package in 2018. It was a lxd container based on Ubuntu 16.04. They developed it in collaboration with Canonical. Unfortunately they deprecated it shortly after, maybe already in 2018. The next Android update would remove it. It worked but Android killed it mercilessly if it used too much memory or the rest of the system needed it.
Kinda hope they revisit this idea in a near future again