Sign inSign up

ecardoso/mms-agent

By ecardoso

Updated almost 11 years ago

Image
0

10K+

ecardoso/mms-agent repository overview

MMS Automation Agent Dockerfile

This repository contains Dockerfile of MMS Automation Agent for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image
Installation
  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: docker pull ecardoso/mms-agent

    (alternatively, you can build an image from Dockerfile: docker build -t="ecardoso/mms-agent" github.com/eduardocardoso/mms-agent)

Usage

Start a container by mounting the mongo data directory and specifying the MMS group id and api key:

docker run -d -v <data-dir>:/data -e GROUPID=<group-id> -e APIKEY=<api-key> ecardoso/mms-agent

After few seconds the agent can be added on your mms dashboard.

Tag summary

Content type

Image

Digest

sha256:018091298

Size

114.9 MB

Last updated

almost 11 years ago

docker pull ecardoso/mms-agent