Azure / azure-cosmos-db-emulator-docker

This repo serves as hub for managing issues, gathering feedback, and having discussions regarding the Cosmos DB Emulator Docker.
https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-develop-emulator?tabs=docker-linux%2Ccsharp&pivots=api-nosql
MIT License
165 stars 47 forks source link

Error response from daemon: manifest for microsoft/azure-cosmosdb-emulator:latest not found: manifest unknown: manifest unknown #80

Closed Funshinho closed 1 year ago

Funshinho commented 1 year ago

Describe the bug An error occurs when trying to pull image

To Reproduce Run docker pull microsoft/azure-cosmosdb-emulator

Expected behavior The image is pulled correctly

Desktop (please complete the following information):

Docker Images Used:

sajeetharan commented 1 year ago

You need to usedocker pull mcr.microsoft.com/cosmosdb/windows/azure-cosmos-emulator , we will update the doc accordingly.