From 8c0166b9816477521bf34feb15575bbeb1a3c644 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 11 Oct 2019 03:07:00 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/ci/services/redis.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'doc/ci/services') 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 -- cgit v1.2.3