Ubuntu based container with MongoDB
Actually this Docker container supports:
Pull the image.
docker pull oscerd/mongodb
Run container
docker run --name container_mongodb -dt oscerd/mongodb
Suppose your running container is named mongodb_test you can execute:
docker exec -ti mongodb_test /bin/bash
Content type
Image
Digest
sha256:f90c86f01…
Size
223.8 MB
Last updated
almost 11 years ago
docker pull oscerd/mongodb