-
At SUSE website here it says "Unlike Docker’s product, however, Rancher Desktop is a free and open source solution developed by SUSE" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The docker components used by Rancher Desktop are the The proprietary product from Docker is "Docker Desktop". It also includes all the above mentioned open source components, but the integration with the host operating system, like file and volume sharing, networking support etc. are all closed source and not available without an additional license from Docker Inc. These proprietary parts have been replaced with either other open source projects (like Lima on macOS), or have been re-implemented by Rancher Desktop itself. Rancher Desktop is completely open source and only uses components that are open source as well (with the exception of the host operating system it runs on, of course). |
Beta Was this translation helpful? Give feedback.
The docker components used by Rancher Desktop are the
docker
CLI, the moby container engine, the docker credentials helpers, as well as docker-compose and docker-buildx. All these components are open source projects available under a compatible open source license.The proprietary product from Docker is "Docker Desktop". It also includes all the above mentioned open source components, but the integration with the host operating system, like file and volume sharing, networking support etc. are all closed source and not available without an additional license from Docker Inc.
These proprietary parts have been replaced with either other open source projects (like Lima on macOS), or have been…