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