blob: 3d50d23285b2fe9ca80e504f0f0a54ab0c4ed502 [file] [log] [blame] [view]
# Overview
The Metron ansible-docker container is provided in an effort reduce the installation burden of deploying Metron in a live envirionment.
It is provisioned with software required to sucessfully run the deployment scripts.
## Building the Container
1. Install Docker ( https://www.docker.com/products/overview )
2. Navigate to \<project-directory\>/metron-deployment/packaging/docker/ansible-docker
3. Build the container `docker build -t ansible-docker:2.0.0.2 .`
## Using the Container
Full instructions are found on the wiki at https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65144361
tl;dr:
1. docker run -it -v \<project-directory\>:/root/metron ansible-docker:2.0.0.2 bash
2. cd /root/metron
3. mvn clean package -DskipTests