Add license for mongo and redis, docs link for mongo
This commit is contained in:
parent
ad62f6447d
commit
3b84399f1d
|
|
@ -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"'
|
||||
|
||||
## 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
|
||||
|
||||
## Issues
|
||||
|
|
|
|||
|
|
@ -37,3 +37,8 @@ following examples illustrate).
|
|||
## ... or via `mongo`
|
||||
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
View [license
|
||||
information](https://github.com/mongodb/mongo/blob/7c3cfac300cfcca4f73f1c3b18457f0f8fae3f69/README#L71)
|
||||
for the software contained in this image.
|
||||
|
|
@ -78,6 +78,11 @@ options.
|
|||
Using this method means that there is no need for you to have a Dockerfile for
|
||||
your redis container.
|
||||
|
||||
# License
|
||||
|
||||
View [license information](http://redis.io/topics/license) for the software
|
||||
contained in this image.
|
||||
|
||||
# User Feedback
|
||||
|
||||
## Issues
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
View [license information](http://redis.io/topics/license) for the software
|
||||
contained in this image.
|
||||
Loading…
Reference in New Issue