eugenp / tutorials

Getting Started with Spring Boot 3:
https://bit.ly/github-ls
MIT License
36.73k stars 54.47k forks source link

Docker image microsoft/azure-cosmosdb-emulator unavailable #12867

Closed Skandh15 closed 2 years ago

Skandh15 commented 2 years ago

Hi,

In tutorial of spring boot with cosmosDb it's specified to pull docker image using command docker pull microsoft/azure-cosmosdb-emulator, I am constantly getting error

Error response from daemon: repository microsoft/azure-cosmosdb-emulator not found: name unknown: repository name not known to registry

I took a look at https://hub.docker.com/r/microsoft/azure-cosmosdb-emulator and there are no tags available.

ulisseslima commented 2 years ago

Hey, @Skandh15.

Thanks for the feedback. We'll look into it and update the article if necessary.

Article: https://www.baeldung.com/spring-data-cosmos-db

dkapil commented 2 years ago

@Skandh15 thanks for raising it. We have updated our article with the latest repository name and the steps.