RASA stack docker installation and new project's code-base

Hi Community! Regarding a docker installation of RASA stack, when you install it through the dockerfile, a new project codebase needs to be created in parallel right? Or alternatively does the installation come with something like a rasa starting project template?

Thanks in advance

Just found it, they are separate! First installing docker and then creating the directories and files needed for the project. Then using docker run + a reference to its image in dockerhub to create a container that allows training the agent etc. See this tutorial Building Rasa with Docker