Sign inSign up

ulboralabs/alpine-mongodb

By ulboralabs

Updated over 10 years ago

Docker Alpine Mongodb

Image
2

2.3K

ulboralabs/alpine-mongodb repository overview

Docker Alpine Mongodb

This is Docker mongoDB running on Alpine This will be the base container for all Ulbora Labs MongoDB Docker projects. Currently this is not production ready, but will be moved to production when MongoDB is offered in the latest Alpine container. Currently MongoDB is only available in Alpine:edge and may not be stable.

Running

docker run -d -p 27017:27017 ulboralabs/alpine-mongodb:latest
or
docker run -d -p 27017:27017 -v /someLocalVolume:/data/db \ 
ulboralabs/alpine-mongodb:latest

Connect to running instance

docker exec -it ulboralabs/alpine-mongodb:latest sh

Tag summary

Content type

Image

Digest

Size

51.2 MB

Last updated

over 10 years ago

docker pull ulboralabs/alpine-mongodb