Today I received a notice on my computer about another Docker Desktop update, but this time a new agreement had to be accepted as now for professional use there is a subscription.
I saw many people commenting about this when the new licensing model was announced and since Kubernetes will no longer support the Docker Container Engine, I decided to remove Docker Desktop from my MAC and install Podman.
To remove the Docker Desktop I used this article and to install Podman I used the following steps:
-
brew install podman
-
podman machine init
-
podman machine start
Use podman info
to see if everything is ok.