Add license for mongo and redis, docs link for mongo

This commit is contained in:
Joe Ferguson 2014-11-05 15:35:06 -08:00
parent ad62f6447d
commit 3b84399f1d
5 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -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.

3
mongo/license.md Normal file
View File

@ -0,0 +1,3 @@
View [license
information](https://github.com/mongodb/mongo/blob/7c3cfac300cfcca4f73f1c3b18457f0f8fae3f69/README#L71)
for the software contained in this image.

View File

@ -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

2
redis/license.md Normal file
View File

@ -0,0 +1,2 @@
View [license information](http://redis.io/topics/license) for the software
contained in this image.