Pjaijai/Referalah

[Documentation] macOS supabase requires Docker

Closed this issue · 2 comments

Background

image

Tried running supabase start on a macOS machine that has no docker, it seems Docker is needed in order to start the backend.

Task

  • Validate if Docker is necessary
    • If it does, add it to the document

According to supabase doc, docker is required to start it locally.
image

Also tested on my macOS machine, it works after installing Docker desktop. Therefore seems Docker is necessary. Let's add doc in backend setup related to Docker

This issue is combined with #253