The recommended way to get the m9rco metron Docker Image is to pull the prebuilt image from the Docker Hub Registry.
docker pull m9rco/metron:latest
To use a specific version, you can pull a versioned tag. You can view the list of available versions in the Docker Hub Registry.
docker run -itd --privileged --name=metron m9rco/metron:latest
docker exec -it --privileged metron bash
cd ~/metron
mvn clean package -DskipTests [-e -X]
For further documentation, please check metron documentation or its GitHub repository
We'd love for you to contribute to this container. You can request new features by creating an issue, or submit a pull request with your contribution.