Docker is very useful, but for big company it may needs to pay to use docker desktop.
One good solution is to install OrbStack, which is free and enable you to use docker container seamlessly.
Two ways to use orbstack for docker container:
(1) download the orbstack, no installation needed
(2) for mac users, simply do brew install orbstack
Then everything is same to use docker, for example:
docker run -p 80:80 docker/getting-started |