Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

Add mongodb-tools #17

Open
yosmanyga opened this issue Apr 29, 2017 · 4 comments
Open

Add mongodb-tools #17

yosmanyga opened this issue Apr 29, 2017 · 4 comments

Comments

@yosmanyga
Copy link

It would be nice to have mongodump and mongorestore.

@mlippens
Copy link

mlippens commented Dec 6, 2017

I don't think this is possible, there is no mongodb-tools package in alpine (AFAK)

@montera82
Copy link

in my case, my api image was based of golang,
git clone https://github.com/mongodb/mongo-tools
and ran go install
was easy for me since i was gona use it from the api side

@mvertes
Copy link
Owner

mvertes commented Apr 22, 2018

Inside this image, you could just add mongo tools:
docker exec -ti mongo sh
then in the shell:
apk add --no-cache mongodb-tools

@mbana
Copy link

mbana commented Jun 25, 2018

please add these https://docs.mongodb.com/manual/reference/program/ as mentioned by others.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants