DirectorySecurity advisories
Sign in

Directory

mongodb logo

mongodb

Last changed
Sign in for updates

Get notified of upcoming product changes, critical vulnerability notifications and patches and more.

Sign in
Versions
Overview
Provenance
Specifications
SBOM
Vulnerabilities
Advisories

The MongoDB Database image

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/mongodb:latest

Using MongoDB

$ docker run cgr.dev/chainguard/mongodb

Connect to the MongoDB Deployment with mongosh and confirm your MongoDB instance is running by inserting a new document

$ mongosh --port 27017
$test> db.products.insert( { item: "card", qty: 15 } )
{
  acknowledged: true,
  insertedIds: { '0': ObjectId('662141e9a1519b8bd2ac3fc4') }
}
$test> show collections
products
Licenses

Chainguard Images contain software packages that are direct or transitive dependencies. The following licenses were found in the "7-dev" version of this image:

  • Apache-2.0

  • BSD-3-Clause

  • GCC-exception-3.1

  • GPL-2.0-only

  • GPL-2.0-or-later

  • GPL-3.0-or-later

  • LGPL-2.1-or-later

View more

For a complete list of licenses, please refer to this Image's SBOM.

Software license agreement

Related images

Category
application
databases

Products

Chainguard Images

© 2024 Chainguard, Inc.