https://github.com/limit-zero/docker-mms-backup
Minimal docker container for running the MMS/MongoDB Cloud Manager Backup Agent
https://github.com/limit-zero/docker-mms-backup
docker mms
Last synced: about 1 month ago
JSON representation
Minimal docker container for running the MMS/MongoDB Cloud Manager Backup Agent
- Host: GitHub
- URL: https://github.com/limit-zero/docker-mms-backup
- Owner: limit-zero
- License: mit
- Created: 2018-02-09T21:56:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T12:54:38.000Z (over 8 years ago)
- Last Synced: 2025-05-22T19:44:00.383Z (about 1 year ago)
- Topics: docker, mms
- Language: Shell
- Homepage: https://hub.docker.com/r/limit0/mms-backup-agent/
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MMS Backup Agent
Minimal docker container for running the MMS/MongoDB Cloud Manager Backup Agent
## Usage
Specify MMS configuration values by passing them as environment variables prefixed with `MMS_`.
The [Backup Agent](https://docs.cloudmanager.mongodb.com/tutorial/install-backup-agent-from-archive) documentation requires that at least the `mmsApiKey`, `mmsGroupId`, and `mothership` be set, so a minimal configuration could look like this:
```sh
docker run -e MMS_mmsApiKey=MY_API_KEY -e MMS_mmsGroupId=MY_GROUP_ID -e MMS_mothership=api-backup.us-east-1.mongodb.com limit0/mms-backup-agent:latest
```