Docker Desktop vs Rig for local stacks
Docker Desktop shines when the app is defined as images. Rig shines when the app is npm scripts, artisan, PHP built-in, and a queue on the host.
Many teams use both: Docker for Postgres, Rig for the app processes. That is fine.
Compare: Docker Desktop.