azure-cosmos-db-emulator-docker
azure-cosmos-db-emulator-docker copied to clipboard
This repo serves as hub for managing issues, gathering feedback, and having discussions regarding the Cosmos DB Emulator Docker.
I am trying to run the Cosmos DB Emulator in a windows container. I followed the instructions provided in the [Microsoft article](https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-develop-emulator?tabs=docker-windows%2Ccsharp&pivots=api-nosql). After starting the emulator, it seems to not...
The Windows emulator allows you to disable rate limiting via the system tray. How can this be disabled when running the emulator docker image? The start.sh appears to allow additional...
**To Reproduce** Steps to reproduce the behavior: 1. Run the image as follows `docker run -p 8081:8081 -p 10250:10250 --name azure-cosmos-emulator mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator` **Output** ``` % docker run -p 8081:8081 -p...
**Describe the bug** I have two macbooks pro with m1 and m3 chips and i can't run an emulator inside atheParallels Dekstop 19.3 with windows 11 **To Reproduce** Steps to...
**Describe the bug** The linux emulator doesn't provide the `curl` command (or similar like `wget`), so it is not possible to perform a basic `healtcheck` (as is usual with `docker...
I'm trying to work out if this is specifically related to our machines, our setup using podman desktop or something else I haven't put my finger on. Essentially how stable...
**Describe the bug** After pulling the newest image my integration tests started breaking with some very strange errors. So I tried to create the simplest repro but I found out...
For a long time, it was recommended to always pull the "latest" tag. Recently, some advertising about the "stable" tag has popped up (cf.https://github.com/Azure/azure-cosmos-db-emulator-docker/issues/106#issuecomment-2367732719). - Could some markdown documentation (eg....
**Describe the bug** Our CI has pulled the `:latest` image for the last ~18 months, and things have worked fine up to and including `sha256:bf9ddf53430701e6d954bdc8cd07ef672f0642a55244e2d4b0b478a633e89d27`. Images after that have left...
The current "is this ready to be used" mechanism seems to rely on manually checking if the pem certificate can be downloaded. However, more often than not, although the cert...