We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cfde72 + f264d0a commit db0d24bCopy full SHA for db0d24b
articles/cosmos-db/includes/linux-emulator-instructions.md
@@ -34,13 +34,12 @@
34
docker run \
35
--publish 8081:8081 \
36
--publish 10251-10254:10251-10254 \
37
- --memory 3g --cpus=2.0 \
38
--name=test-linux-emulator-mongo \
39
--env AZURE_COSMOS_EMULATOR_PARTITION_COUNT=10 \
40
--env AZURE_COSMOS_EMULATOR_ENABLE_DATA_PERSISTENCE=true \
41
--env AZURE_COSMOS_EMULATOR_IP_ADDRESS_OVERRIDE=$ipaddr \
42
--env AZURE_COSMOS_EMULATOR_ENABLE_MONGODB_ENDPOINT=4.0 \
43
--interactive \
44
--tty \
45
- mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator
46
- ```
+ mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:mongodb
+ ```
0 commit comments