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

This PR updated the Dockerfile: * Updating base image * Ensuring no bind-mount has to be created Also updates the `startemu.cmd` to a different "never-ending" action that do not need...

it should use lowercase repository name like `microsoft/azure-cosmosdb-emulator`

had to lowercase the repository name or get an `invalid reference format: repository name must be lowercase` error from docker

Updated README.md file

Updated the docker run command to mount the correct volume containing the emulator certificate. Previously the directory containing the emulator certificate was not being mounted, meaning you couldn't get access...

Hi all, The repository name must be lowercase ``` > docker pull Microsoft/azure-cosmosdb-emulator invalid reference format: repository name must be lowercase ```

CosmosDB explorer is no longer showing collections, users, stored procedures etc. the browser shows a single 404 error for https://...:8081/_explorer/externals/bootstrap.min.css.map

I'm running the docker image as described, however I'm unable to connection to the CosmosDB server running within docker on any exposed port?

AZURE_COSMOS_EMULATOR_ENABLE_DATA_PERSISTENCE flag is not respected. docker run \ --publish 8081:8081 \ --publish 10250-10255:10250-10255 \ --interactive \ --env AZURE_COSMOS_EMULATOR_ENABLE_DATA_PERSISTENCE=true \ --tty \ mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:latest - OS: macOS 14.2.1 (23C71) - Image: Linux

bug
triage
community