From 11a07145ff4af482f1a33887e8bc6503a0520c57 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Sat, 5 Oct 2019 16:17:13 +0000 Subject: [PATCH] Run update.sh --- mongo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongo/README.md b/mongo/README.md index 60b359731..3961752f2 100644 --- a/mongo/README.md +++ b/mongo/README.md @@ -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