Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup CosmosDB as a container in Windows #12

Open
jlucaspains opened this issue Feb 1, 2024 · 0 comments
Open

Setup CosmosDB as a container in Windows #12

jlucaspains opened this issue Feb 1, 2024 · 0 comments

Comments

@jlucaspains
Copy link
Owner

docker run `
    --publish 8081:8081 `
    --publish 10250-10255:10250-10255 `
    --interactive `
    --tty `
    -e AZURE_COSMOS_EMULATOR_IP_ADDRESS_OVERRIDE=127.0.0.1 `
    mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:latest

Download the cert, install using certutil:

certutil -addstore "Root" "emulatorcert.pem"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant