Skip to content

Commit

Permalink
tune-up
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Nov 28, 2023
1 parent fa07404 commit cd184a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/blog/docker-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ categories:

Exciting news! DDEV now has official support for two new Docker providers on macOS, [OrbStack](https://orbstack.dev) and [Rancher Desktop](https://rancherdesktop.io/). OrbStack is the new kid on the block, getting rave reviews for its performance and ease of use. Rancher Desktop has been around for a long time and wraps [Lima](https://github.com/lima-vm/lima), as Colima does.

Each of DDEV’s officially supported Docker providers has support in automated testing, which means that every push to the default branch results in a 1-3 hour full test of DDEV’s test suite. New problems with the provider or DDEV are discovered rapidly.
Each of DDEV’s officially supported Docker providers has full DDEV automated testing, which means that every push to the default branch results in a 1-3 hour full test of DDEV’s test suite. New problems with the provider or DDEV are discovered rapidly.

A credit before we get down to the differences: We want to thank Docker, Inc. for their amazing maintenance of an amazing open-source product, as well as all their commercial products. Each of the Docker providers below incorporates the open-source Docker/Moby project, presenting it in different ways. And Docker provides the [hub.docker.com](https://hub.docker.com) registry, where all of DDEV's Docker images are served from. And they provide DDEV membership in their [Docker Sponsored Open Source Program](https://www.docker.com/community/open-source/application/), which saves the DDEV Foundation money and also means that there are no rate limits on your usage of DDEV Docker images. Thank you, Docker!
**A credit before we get down to the differences:** We want to thank Docker, Inc. for their amazing maintenance of a groundbreaking open-source product, as well as all their commercial products. Each of the Docker providers below incorporates the open-source Docker/Moby project, presenting it in different ways. And Docker provides the [hub.docker.com](https://hub.docker.com) registry, where all of DDEV's Docker images are served from. And they grant DDEV membership in their [Docker Sponsored Open Source Program](https://www.docker.com/community/open-source/application/), which saves the DDEV Foundation money and also means that there are no rate limits on your usage of DDEV Docker images. Thank you, Docker!

macOS Docker installation for each of these is [in the docs](https://ddev.readthedocs.io/en/latest/users/install/docker-installation/#macos); the Docker providers and their differences are shown here:

Expand Down

0 comments on commit cd184a4

Please sign in to comment.