mongodb/atlas
Create, manage, and automate MongoDB Atlas resources from the command line
100K+
This is the Docker image for the Atlas CLI.
The Atlas CLI is a command line interface built specifically for MongoDB Atlas. Use the Atlas CLI to interact with your Atlas database deployments and Atlas Search from the terminal with short, intuitive commands, so you can accomplish complex database management tasks in seconds.
1. Pull the Docker image.
To pull the latest Docker image, run docker pull mongodb/atlas
.
If you run docker pull mongodb/atlas
without specifying a version tag, Docker automatically pulls the latest version of the Docker image (mongodb/atlas:latest
).
To pull a specific version of the Docker image, run the following command, replacing tag with the version tag: docker pull mongodb/atlas:tag
.
2. Follow the Run Atlas CLI commands with Docker
guide
To learn more about the Atlas CLI, see the Atlas CLI documentation.
To report a bug or a potential security vulnerability, please create an issue on our mongodb-atlas-cli GitHub repository.
You can raise feature requests on feedback.mongodb.com.
See our contributing guide to contribute to the GitHub repository.
MongoDB releases the Atlas CLI under the Apache 2.0 license. See the license file for more information.
docker pull mongodb/atlas