Merge pull request #1582 from pothitos/patch-1

Minor beautification
This commit is contained in:
Tianon Gravi 2019-10-05 08:09:10 -07:00 committed by GitHub
commit c7a8eec2a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ First developed by the software company 10gen (now MongoDB Inc.) in October 2007
$ docker run --name some-%%REPO%% -d %%IMAGE%%:tag
```
... where `some-%%REPO%%` 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-%%REPO%%` 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