|
@@ -51,6 +51,17 @@ following examples illustrate).
|
|
|
|
|
|
docker run -it --link some-mongo:mongo --rm mongo sh -c 'exec mongo "$MONGO_PORT_27017_TCP_ADDR:$MONGO_PORT_27017_TCP_PORT/test"'
|
|
docker run -it --link some-mongo:mongo --rm mongo sh -c 'exec mongo "$MONGO_PORT_27017_TCP_ADDR:$MONGO_PORT_27017_TCP_PORT/test"'
|
|
|
|
|
|
|
|
+## Configuration
|
|
|
|
+
|
|
|
|
+See the [official docs](http://docs.mongodb.org/manual/) for infomation on using
|
|
|
|
+and configuring MongoDB for things like replica sets and sharding.
|
|
|
|
+
|
|
|
|
+# License
|
|
|
|
+
|
|
|
|
+View [license
|
|
|
|
+information](https://github.com/mongodb/mongo/blob/7c3cfac300cfcca4f73f1c3b18457f0f8fae3f69/README#L71)
|
|
|
|
+for the software contained in this image.
|
|
|
|
+
|
|
# User Feedback
|
|
# User Feedback
|
|
|
|
|
|
## Issues
|
|
## Issues
|