It feels like we're late to create the desktop experience where most things run in containers. My wish is to run something like Proxmox as a "stable base", and within it have a VM for my firewall (pfsense), my primary Linux OS (Fedora/Arch), a VM for services (Docker & k8s), and a VM for Windows gaming. I like the separation of concerns. I've wanted to do all of this on a laptop but I can't get a VM to exclusively ta…
Rancher Desktop 1.0
21–30 of 65 posts
Re: Rancher Desktop 1.0
#22It feels like we're late to create the desktop experience where most things run in containers. My wish is to run something like Proxmox as a "stable base", and within it have a VM for my firewall (pfsense), my primary Linux OS (Fedora/Arch), a VM for services (Docker & k8s), and a VM for Windows gaming. I like the separation of concerns. I've wanted to do all of this on a laptop but I can't get a VM to exclusively ta…
You can do exactly this with proxmox or esxi. Create a main "gaming vm" to autostart with GPU + USB passthrough. Then you can manage your other vms from the web browser on your gaming vm.
The best you can do is have the host/hypervisor own the laptop display, and then remote desktop to or "stream out" the guest framebuffer.
Re: Rancher Desktop 1.0
#23I played with this when first announced, and then now and all the things I wanted when i first tried it out are now fixed (mainly transparent networking..) and the option for dockerd container engine makes migrating pretty simple.
Re: Rancher Desktop 1.0
#24Can it be used to run Docker Compose workloads? As I understand, the tool is launched because at the end of January the Docker Desktop grace period elapses and it becomes paid for large business.
There is Podman Compose which will what you want. I particularly like Podman, because you can use it for Minikube, independently, rootless, etc.
Re: Rancher Desktop 1.0
#25I tried to install it on my personal M1 Max Macbook, and it was annoying enough (the vm stuff, which was annoying with Docker Desktop) that I just used Multipass and installed docker. I would 100% recommend anyone dependent on Docker Desktop on Windows give it a shot.
Re: Rancher Desktop 1.0
#26It looks like Rancher Desktop uses Lima VM ( https://github.com/lima-vm/lima ) under the hood, I suppose in the same way that Docker Desktop uses Hypervisor.framework on macos? This is the first I've heard about the Lima project. I'll be interested to see how file system performance with this compares to Docker Desktop on mac.
https://github.com/abiosoft/colima
Which also is built on top of lima.
It’s been great, some network wonkiness, and works on m1 perfectly.
The rancher devs have been contributing back to the project helping improve both.
Re: Rancher Desktop 1.0
#27Instead of working to simplify the desktop, people are pouring energy into solutions that further complexity everything.
I don't understand the comments on this thread that express excitement and enthusiasm.
To this day, the UX of the linux desktop is subpar. This is caused by the complexity involved in running a gnu/linux system.
We do not need additional layers of complexity.
We need to collapse the layers and simplify the architecture of everything.
Re: Rancher Desktop 1.0
#28This is depressing actually. Instead of working to simplify the desktop, people are pouring energy into solutions that further complexity everything. I don't understand the comments on this thread that express excitement and enthusiasm. To this day, the UX of the linux desktop is subpar. This is caused by the complexity involved in running a gnu/linux system. We do not need additional layers of complexity. We need to…
Re: Rancher Desktop 1.0
#29From https://rancherdesktop.io/ : > Kubernetes and Container Management on the Desktop : > An open-source desktop application for Mac, Windows and Linux. > Rancher Desktop runs Kubernetes and container management on your desktop. You can choose the version of Kubernetes you want to run. You can build, push, pull, and run container images using either containerd or Moby (dockerd). The container images you build can be…
Re: Rancher Desktop 1.0
#30This is depressing actually. Instead of working to simplify the desktop, people are pouring energy into solutions that further complexity everything. I don't understand the comments on this thread that express excitement and enthusiasm. To this day, the UX of the linux desktop is subpar. This is caused by the complexity involved in running a gnu/linux system. We do not need additional layers of complexity. We need to…