Replace Docker Desktop with Podman in OSX
a how to tutorial migrate from docker desktop to podman in OSX
Jun 30, 20233 min read1

Search for a command to run...
Articles tagged with #softwaredevelopment
a how to tutorial migrate from docker desktop to podman in OSX

Code evolve and changes. Making sure we don't break things in a continuous deployment environment.

How do you integrate code in the team matters, it will directly affect the rest of your architecture and practices like we have seen in previous chapters

is testing enough to make sure our code works?

How do we roll out features? What are some practices that can save us from the big bang release

Where should we run our services? are there hidden consts on certain practices?
