Commit 8301bed3 authored by Evan Read's avatar Evan Read

Merge branch 'docs-runner-services-flag' into 'master'

Change flag to docker-services

Closes #118474

See merge request gitlab-org/gitlab!24959
parents 86333738 066f3d39
...@@ -74,7 +74,7 @@ gitlab-runner register \ ...@@ -74,7 +74,7 @@ gitlab-runner register \
--description "ruby:2.6" \ --description "ruby:2.6" \
--executor "docker" \ --executor "docker" \
--docker-image ruby:2.6 \ --docker-image ruby:2.6 \
--docker-postgres latest --docker-services latest
``` ```
With the command above, you create a Runner that uses the [ruby:2.6](https://hub.docker.com/_/ruby) image and uses a [postgres](https://hub.docker.com/_/postgres) database. With the command above, you create a Runner that uses the [ruby:2.6](https://hub.docker.com/_/ruby) image and uses a [postgres](https://hub.docker.com/_/postgres) database.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment