Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 408 Bytes

File metadata and controls

9 lines (5 loc) · 408 Bytes

mongo_exec

Custom Docker image to be used with BEAURIS

Will create a custom user, run mongo as that user, and run a user command.

If no user command is provided, it will simply launch mongo in the foreground.

You can pass the DATA_DIR variable. It will the content of the folder will be copied into /data/db before running mongo (to avoid permission issues later)