diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-11 03:07:00 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-11 03:07:00 +0000 |
commit | 8c0166b9816477521bf34feb15575bbeb1a3c644 (patch) | |
tree | 619808bce9143932ea21f79e67d72ec067d59a1c /doc/ci/services | |
parent | 133924c6cc443f5f69e1ab08d43b363d77677cb0 (diff) | |
download | gitlab-ce-8c0166b9816477521bf34feb15575bbeb1a3c644.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/services')
-rw-r--r-- | doc/ci/services/redis.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/ci/services/redis.md b/doc/ci/services/redis.md index 8b227154b06..ccb92fa94d7 100644 --- a/doc/ci/services/redis.md +++ b/doc/ci/services/redis.md @@ -30,7 +30,7 @@ Host: redis And that's it. Redis will now be available to be used within your testing framework. -You can also use any other docker image available on [Docker Hub][hub-redis]. +You can also use any other docker image available on [Docker Hub](https://hub.docker.com/_/redis). For example, to use Redis 2.8 the service becomes `redis:2.8`. ## Use Redis with the Shell executor @@ -62,12 +62,9 @@ Host: localhost ## Example project -We have set up an [Example Redis Project][redis-example-repo] for your convenience +We have set up an [Example Redis Project](https://gitlab.com/gitlab-examples/redis) for your convenience that runs on [GitLab.com](https://gitlab.com) using our publicly available [shared runners](../runners/README.md). Want to hack on it? Simply fork it, commit and push your changes. Within a few moments the changes will be picked by a public runner and the job will begin. - -[hub-redis]: https://hub.docker.com/r/_/redis/ -[redis-example-repo]: https://gitlab.com/gitlab-examples/redis |