To make it a bit easier for yourself, you could use Laravel Herd (instead of MAMP). For the database you can use DBngin. Then you don't need Docker. Both free!
Both very easy to use.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi everyone. My computer is Mac with intel CPU. I am developing Laravel 10 and I am using MAMP for MySQL. Latests Mac update MAMP is not working. This is the reaseon why I need MySQL in Docker. Problem is starting here. I don't know have a can do. I use this docker pull mysql in here https://hub.docker.com/_/mysql. When I try to $ docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=root -d mysql:tag this command it gives me error. The error is
Unable to find image 'mysql:tag' locally
docker: Error response from daemon: manifest for mysql:tag not found: manifest unknown: manifest unknown.
See 'docker run --help'.
How can I work with Docker?
Please or to participate in this conversation.