Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2a442ae7
Commit
2a442ae7
authored
Jul 16, 2019
by
Woko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix `register runner with services`
parent
535f81d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/ci/docker/using_docker_images.md
doc/ci/docker/using_docker_images.md
+2
-2
No files found.
doc/ci/docker/using_docker_images.md
View file @
2a442ae7
...
...
@@ -35,8 +35,8 @@ sudo gitlab-runner register \
--description
"docker-ruby-2.1"
\
--executor
"docker"
\
--docker-image
ruby:2.1
\
--docker-
postgres
latest
\
--docker-
mysql
latest
--docker-
services
postgres:
latest
\
--docker-
services
mysql:
latest
```
The registered runner will use the
`ruby:2.1`
Docker image and will run two
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment