Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 556 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 556 Bytes

docker-debian-mongodb

This is a debian image for mongodb installed from debian packages only.

Images and Tags

Following images are build on docker hub.

  • pl31/debian-mongodb:stretch (latest)

Mongodb versions used can be found here:

Run image

docker run -i -p 127.0.0.1:27017:27017 -p 127.0.0.1:28017:28017 -t pl31/debian-mongodb:stretch