This image is based on the "official" MongoDB image and contains the following:
Suggested steps to run the image:
docker volume create db_data
docker exists, and then add your current user to that group.
sudo groupadd docker
sudo usermod -aG docker $USER
docker run -d --name mongodb_python -v db_data:/data/db unlikelysource/mongodb_python:latest
docker exec -it <container_ID> /bin/bash
// or
docker exec -it mongodb_python /bin/bash
Content type
Image
Digest
Size
333.2 MB
Last updated
about 6 years ago
docker pull unlikelysource/mongodb_python