Run update.sh

This commit is contained in:
Docker Library Bot 2019-10-05 16:17:13 +00:00
parent c7a8eec2a0
commit 11a07145ff
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ First developed by the software company 10gen (now MongoDB Inc.) in October 2007
$ docker run --name some-mongo -d mongo:tag
```
... where `some-mongo` is the name you want to assign to your container and tag is the tag specifying the MongoDB version you want. See the list above for relevant tags.
... where `some-mongo` is the name you want to assign to your container and `tag` is the tag specifying the MongoDB version you want. See the list above for relevant tags.
## Connect to MongoDB from another Docker container