Skip to content

m9rco/metron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Metron

Author Open Source Love PRs Welcome Build Status Docker Pulls

Images

Usage

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.

Run the Docker

docker run -itd --privileged --name=metron m9rco/metron:latest

Go inside the docker

docker exec -it --privileged metron bash

Build Metron

cd ~/metron
mvn clean package -DskipTests [-e -X]

Further documentation

For further documentation, please check metron documentation or its GitHub repository

Contributing

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.