YubicoLabs / passkey-workshop

Sample backend application to demonstrate a relying party that supports passkeys. This example includes examples of the java-webauthn-server library, helper classes, code examples, best practices, and API schemas.
36 stars 8 forks source link

Add podman / non docker-desktop documentation #54

Closed mariobodemann closed 3 months ago

mariobodemann commented 3 months ago

Using podman and qemu resulted in a too small memory allowance for mysql and the bank to live in the same machine.

Fixing this together with @joostd on my local machine and documenting it in a new trouble shooting section of the workshop deploy page.

Also adding exception for docker-desktop version including a v where there is none for non docker-desktop use case.