-
Docker client change
From Docker Desktop to Colima Use Case: I was using docker desktop to run mysql db and I had to move to colima as docker desktop was using too much of my battery. Solution: The container was not using folder from host machine rather it was internal volume where all the data was present.The command…