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.
docker run -d -p 27017:27017 ulboralabs/alpine-mongodb:latest
docker run -d -p 27017:27017 -v /someLocalVolume:/data/db \
ulboralabs/alpine-mongodb:latest
docker exec -it ulboralabs/alpine-mongodb:latest sh
Content type
Image
Digest
Size
51.2 MB
Last updated
over 10 years ago
docker pull ulboralabs/alpine-mongodb