tree: 3df3453aa332e4391a61859b71112c7fcd441e13 [path history] [tgz]
  1. SPECS/
  2. .gitignore
  3. build.sh
  4. Dockerfile
  5. pom.xml
  6. README.md
metron-deployment/packaging/docker/rpm-docker/README.md

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/rpm-docker
  3. Build the container docker build -t rpm-docker .