Skip to content

Commit

Permalink
Remove mentions of docker from README and Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubatrh committed Mar 21, 2018
1 parent 584ca6a commit 7689bf3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 3.2/Dockerfile
Expand Up @@ -11,7 +11,7 @@ ENV REDIS_VERSION=3.2 \
HOME=/var/lib/redis

ENV SUMMARY="Redis in-memory data structure store, used as database, cache and message broker" \
DESCRIPTION="Redis $REDIS_VERSION available as docker container, is an advanced key-value store. \
DESCRIPTION="Redis $REDIS_VERSION available as container, is an advanced key-value store. \
It is often referred to as a data structure server since keys can contain strings, hashes, lists, \
sets and sorted sets. You can run atomic operations on these types, like appending to a string; \
incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; \
Expand Down
2 changes: 1 addition & 1 deletion 3.2/Dockerfile.fedora
Expand Up @@ -16,7 +16,7 @@ ENV REDIS_VERSION=$VERSION \
HOME=/var/lib/redis

ENV SUMMARY="Redis in-memory data structure store, used as database, cache and message broker" \
DESCRIPTION="Redis $REDIS_VERSION available as docker container, is an advanced key-value store. \
DESCRIPTION="Redis $REDIS_VERSION available as container, is an advanced key-value store. \
It is often referred to as a data structure server since keys can contain strings, hashes, lists, \
sets and sorted sets. You can run atomic operations on these types, like appending to a string; \
incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; \
Expand Down
2 changes: 1 addition & 1 deletion 3.2/Dockerfile.rhel7
Expand Up @@ -11,7 +11,7 @@ ENV REDIS_VERSION=3.2 \
HOME=/var/lib/redis

ENV SUMMARY="Redis in-memory data structure store, used as database, cache and message broker" \
DESCRIPTION="Redis $REDIS_VERSION available as docker container, is an advanced key-value store. \
DESCRIPTION="Redis $REDIS_VERSION available as container, is an advanced key-value store. \
It is often referred to as a data structure server since keys can contain strings, hashes, lists, \
sets and sorted sets. You can run atomic operations on these types, like appending to a string; \
incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; \
Expand Down
4 changes: 2 additions & 2 deletions 3.2/root/usr/share/container-scripts/redis/README.md
@@ -1,4 +1,4 @@
Redis 3.2 in-memory data structure store Docker image
Redis 3.2 in-memory data structure store container image
====================

This container image includes Redis 3.2 in-memory data structure store for OpenShift and general usage.
Expand All @@ -12,7 +12,7 @@ as centos/redis-32-centos7.
Description
-----------

Redis 3.2 available as docker container, is an advanced key-value store.
Redis 3.2 available as container, is an advanced key-value store.
It is often referred to as a data structure server since keys can contain strings, hashes, lists,
sets and sorted sets. You can run atomic operations on these types, like appending to a string;
incrementing the value in a hash; pushing to a list; computing set intersection, union and difference;
Expand Down
6 changes: 3 additions & 3 deletions README.md
@@ -1,12 +1,12 @@
Redis Docker image
Redis container image
==================

This repository contains Dockerfiles for Redis Docker image.
This repository contains Dockerfiles for Redis container image.
Users can choose between RHEL, Fedora and CentOS based images.

For more information about contributing, see
[the Contribution Guidelines](https://github.com/sclorg/welcome/blob/master/contribution.md).
For more information about concepts used in these docker images, see the
For more information about concepts used in these container images, see the
[Landing page](https://github.com/sclorg/welcome).


Expand Down

0 comments on commit 7689bf3

Please sign in to comment.