Hz.Bootlegger
Is appwrite okay with podman instead of Docker? Any installation guide
TL;DR
Developers are discussing using Podman instead of Docker for containerization. Just replace 'docker' with 'podman' including compose and everything should work. Appwrite is okay with Podman. No installation guide provided. D5
@Binyamin 😅
Binyamin
Yes,
The same just replace the work docker with postman
including compose and everything should work
Binyamin
btw, what you went with podman?
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...