Open artursouza opened 1 year ago
I only prioritize this as P1 IFF it helps with reliability. From usage side Docker is the true P1.
@ASHIQUEMD could you please take a look? This could be related to the bindings failure since we compose up the sql container.
The evidence still shows podman is not more stable than docker. I'd also love to see if community wants to vote this up.
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.
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
ordocker
commands to keep them agnostic.