How to setup CMS with Docker maven Plugin?

HI, Iam using official document to setup
https://documentation.bloomreach.com/14/library/development/docker/run-and-develop-with-docker.html

Downloaded “GitHub - fabric8io/docker-maven-plugin: Maven plugin for running and creating Docker images
And ran “mvn clean install” This works fine
But After running “mvn -P docker.build” it is saying goal is not existed

Please help!

You don’t have to download any plugin. If you have brxm version >= 13.1.0 the profile is defined in the main pom.xml . So you either have a project older than 13.1.0 or your project was upgraded without the docker profiles.