Skip to content

Docker image containing the latest automation agent from MongoDB MMS

License

Notifications You must be signed in to change notification settings

eduardocardoso/mms-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Docker image containing the latest automation agent from MongoDB MMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages