Skip to content

Commit db0d24b

Browse files
authored
Merge pull request #206007 from seesharprun/patch-1
Cosmos DB | Update linux MongoDB API emulator instructions
2 parents 7cfde72 + f264d0a commit db0d24b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/cosmos-db/includes/linux-emulator-instructions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@
3434
docker run \
3535
--publish 8081:8081 \
3636
--publish 10251-10254:10251-10254 \
37-
--memory 3g --cpus=2.0 \
3837
--name=test-linux-emulator-mongo \
3938
--env AZURE_COSMOS_EMULATOR_PARTITION_COUNT=10 \
4039
--env AZURE_COSMOS_EMULATOR_ENABLE_DATA_PERSISTENCE=true \
4140
--env AZURE_COSMOS_EMULATOR_IP_ADDRESS_OVERRIDE=$ipaddr \
4241
--env AZURE_COSMOS_EMULATOR_ENABLE_MONGODB_ENDPOINT=4.0 \
4342
--interactive \
4443
--tty \
45-
mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator
46-
```
44+
mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:mongodb
45+
```

0 commit comments

Comments
 (0)