From 3b84399f1dca12eb65b660a6234e4cc56e1fb9af Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Wed, 5 Nov 2014 15:35:06 -0800 Subject: [PATCH] Add license for mongo and redis, docs link for mongo --- mongo/README.md | 11 +++++++++++ mongo/content.md | 5 +++++ mongo/license.md | 3 +++ redis/README.md | 5 +++++ redis/license.md | 2 ++ 5 files changed, 26 insertions(+) create mode 100644 mongo/license.md create mode 100644 redis/license.md diff --git a/mongo/README.md b/mongo/README.md index 83a2233ab..b96ff7b7b 100644 --- a/mongo/README.md +++ b/mongo/README.md @@ -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 diff --git a/mongo/content.md b/mongo/content.md index 3c692db21..a83e68b14 100644 --- a/mongo/content.md +++ b/mongo/content.md @@ -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. diff --git a/mongo/license.md b/mongo/license.md new file mode 100644 index 000000000..5ace1163e --- /dev/null +++ b/mongo/license.md @@ -0,0 +1,3 @@ +View [license +information](https://github.com/mongodb/mongo/blob/7c3cfac300cfcca4f73f1c3b18457f0f8fae3f69/README#L71) +for the software contained in this image. diff --git a/redis/README.md b/redis/README.md index 73e552fcb..5667c8d6d 100644 --- a/redis/README.md +++ b/redis/README.md @@ -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 diff --git a/redis/license.md b/redis/license.md new file mode 100644 index 000000000..9397c709c --- /dev/null +++ b/redis/license.md @@ -0,0 +1,2 @@ +View [license information](http://redis.io/topics/license) for the software +contained in this image.