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