How to run latest Strapi with docker?

It’s just released and a bit buggy :slight_smile:

You can do it quite simply by run

npx create-strapi-app@latest my-project --quickstar

Then you can run the dockerize tool when it’s created

The whole idea with docker is to containerize it, so you want to use a propper database.
The docker-compose will ask you what you want to use and you can use a propper database instead.