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.@Binyamin 😅
Yes,
The same just replace the work docker with postman including compose and everything should work
btw, what you went with podman?
Recommended threads
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...
- Help with nameservers
I just added our domain, and as per instruction in the page following, it says, "Add the following nameservers on your DNS provider. ..." I want to keep my cu...
- Problem with Appwrite CLI: Removing data...
I'm having an issue with the CLI while trying to manage multiple databases within a single project. My goal is to simplify my local environment by only includin...