azure-cosmos-db-emulator-docker icon indicating copy to clipboard operation
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.

Results 126 azure-cosmos-db-emulator-docker issues
Sort by recently updated
recently updated
newest added

Just wondering is there any way to get docker image of cosmos DB and bring up a container service for it on Mac OS? Asking because we were using remote...

I wanted to ask for a new ConnectedService option for Cosmos in Visual Studio that only used the Cosmos DB Emulator but not the docker-hosted version, but I have no...

It looks like the certificate that this generates is only rsa-1024, which lately isn't good enough for a lot of communication. For example Azure Core Tools running in a Linux...

To the best of my knowledge and understanding, changing the master key renders the data explorer ui useless. Could modifying the [startemu.cmd](https://github.com/Azure/azure-cosmos-db-emulator-docker/blob/master/package_scripts/startemu.cmd) such that the key used is mapped to...

The disk space/bandwidth requirements for Windows Server Core are pretty extreme compared to Nano Server (About 9Gb vs 600Mb). It would be great to see this docker image use Nano...

In order to keep image size small, I was hoping to create a multi-build Dockerfile, where I install cosmosDB Emulator into the servercore base image (using the msi), and copy...

Emulator is unable to start when binding data folder nor using volumes to handle persistent database ``` - db_data:C:\Users\ContainerAdministrator\AppData\Local\CosmosDBEmulator ``` ``` - type: bind source: .\cosmosdb_data target: C:\Users\ContainerAdministrator\AppData\Local\CosmosDBEmulator ``` From...

I can able to install the docker container in my local , But when trying to connect with Mongo 3T or with my .net application which uses mongo client nuget...

I am attempting to start the Cosmos DB emulator during a build process, but I'm not having success when I try to start the emulator in detached code. The only...

docker required the image repository name to be lower case... i.e. 'docker pull Microsoft/azure-cosmosdb-emulator' results in error message 'invalid reference format: repository name must be lowercase'