←back to thread

Docker Model Runner

(www.docker.com)
100 points kordlessagain | 1 comments | | HN request time: 0.34s | 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. aednichols ◴[] No.43684642[source]
Docker Engine uses a feature of the Linux kernel called namespaces. Alternate OSes require a Linux VM. As another commenter mentioned, apps like Orbstack, Podman Desktop, and Docker Desktop provide a facility to create such a VM.