Skip to content

Windows docker image lacks mogosh and docker-entrypoint #708

Open
@aneojgurhem

Description

@aneojgurhem

Hello,

I need to use Windows docker image to deploy mongodb. However, it lacks mogosh binary and an entrypoint script compared to what is available for Linux.
It is an issue for the following reasons:

  • Mongosh unavailability prevents the implementation of docker health check as it requires to execute a command from the container. It also prevents the execution of some useful commands such as replication enabling and data insertion.
  • The entrypoint provided in the Linux image is really convenient to set up a mongodb instance. Having it in Windows would save a lot of trouble.
  • Entrypoint also take care of the execution of mongo file from /docker-entrypoint-initdb.d/. It is also quite helpful.

Mongosh would really help to have a properly set up mongodb instance with docker on Windows. Do you think it could be added in Windows images, just like for Linux ?

Thanks !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions