Sign inSign up

partlab/ubuntu-arm-mongodb

By partlab

Updated almost 11 years ago

Docker image to run an out of the box MongoDB (arch: ARM)

Image
4

2.4K

partlab/ubuntu-arm-mongodb repository overview

partlab/ubuntu-arm-mongodb

Docker image to run an out of the box MongoDB (arch: ARM)

Usage
Running the MongoDB server
$ docker run -d -p 27017:27017 -p 28017:28017 --name mongodb partlab/ubuntu-arm-mongodb
Running the MongoDB server with persistent directory
$ docker run -d -p 27017:27017 -p 28017:28017 --name mongodb -v <data-dir>/db:/var/lib/mongodb partlab/ubuntu-arm-mongodb

Tag summary

Content type

Image

Digest

sha256:ca6219b38

Size

98.8 MB

Last updated

almost 11 years ago

docker pull partlab/ubuntu-arm-mongodb