dapr / quickstarts

Dapr quickstart code samples and tutorials showcasing core Dapr capabilities
Apache License 2.0
1.04k stars 525 forks source link

Change Bindings and Configuration Quickstarts to allow Podman AND Docker #789

Open artursouza opened 1 year ago

artursouza commented 1 year ago

Both, Bindings and Configuration quickstarts, refer to Docker CLI commands and do not allow our automation to switch to Podman. It is OK if the pre-reqs mention both but we should fallback to Podman for MacOS validation. It means that our Quickstarts should not invoke podman or docker commands to keep them agnostic.

paulyuk commented 1 year ago

I only prioritize this as P1 IFF it helps with reliability. From usage side Docker is the true P1.

paulyuk commented 1 year ago

@ASHIQUEMD could you please take a look? This could be related to the bindings failure since we compose up the sql container.

paulyuk commented 1 year ago

The evidence still shows podman is not more stable than docker. I'd also love to see if community wants to vote this up.

joebowbeer commented 3 months ago

podman Is not more reliable on Mac.

I think using docker in instructions is fine for now, as alternative users will translate in their heads to podman or colima or whatever they're using instead, as the case may be.