This repository contains Dockerfile of MMS Automation Agent for Docker's automated build published to the public Docker Hub Registry.
-
Install Docker.
-
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
)
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.