←back to thread

Docker Model Runner

(www.docker.com)
100 points kordlessagain | 1 comments | | HN request time: 0s | source
Show context
israrkhan ◴[] No.43678272[source]
Be aware of licensing restrictions. Docker Desktop is free for personal use, but it requires a paid license if you work for an organization sized 250+. This feature seems to be available in Docker Desktop only.
replies(1): >>43680750 #
francesco-corti ◴[] No.43680750[source]
Note: I'm part of the team developing this feature.

Soon (end of May, according to the current roadmap) this feature will also be available with the Docker Engine (so not only as part of Docker Desktop).

As a reminder, Docker Engine is the Community Edition, Open Source and free for everyone.

replies(2): >>43681560 #>>43681623 #
cmiles74 ◴[] No.43681623[source]
My understanding has always been that Docker Engine was only available directly on Linux. If you are running another operating system then you will need to run Docker Desktop (which, in turn, runs a Docker Engine instance in a VM).

This comment kind of makes it sound like maybe you can run Docker Engine directly on these operating systems (MacOS, Windows, etc.), is that the case?

replies(3): >>43681921 #>>43682067 #>>43684642 #
1. mdaniel ◴[] No.43682067{3}[source]
I wanted to offer that the (Rancher Desktop, lima, colima, etc) products also launch a virtual machine and install docker on it, so one doesn't need Docker Desktop to do that. My experience has been that the choice of "frontend" to manage the VM and its software largely comes down to one's comfort level with the CLI, and/or how much customization one wishes over that experience