Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created June 9, 2024 07:56
Show Gist options
  • Save diegopacheco/a0f5307abbd4e4af8c9b03e599ab10cb to your computer and use it in GitHub Desktop.
Save diegopacheco/a0f5307abbd4e4af8c9b03e599ab10cb to your computer and use it in GitHub Desktop.
Run Supabase with Podman

1. Install Supabase

brew install supabase/tap/supabase

2. Setup to use Podman

after installing podman. Do:

systemctl --user enable podman.socket
systemctl --user start podman.socket
systemctl --user status podman.socket
export DOCKER_HOST=unix:///run/user/$(id -u)/podman/podman.sock

3. Test

supabase init
supabase start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment