Yii3 and Docker: how to install and run a project

i know that Yii3 is in developing, but i want to try and explore it. I want to install it and run with Docker but i’ve never used Docker so i’m in difficult: How can i install Yii3 and run it using Docker in Windows 10?

At the moment i had only execute: composer create-project yiisoft/app --prefer-dist --stability=dev your_project

Thanks in advance ps: please write all steps from start to end

It is better to go w/ docker-compose right away. Unfortunitely, we don’t have one ready: Docker environment · Issue #272 · yiisoft/app · GitHub

Actually, there’s one in Demo: https://github.com/yiisoft/demo/blob/master/docker-compose.yml Play with it and try to understand what’s there reading Docker docs.