Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gpt
large_projects
gitlabhq1
Commits
05acb405
Commit
05acb405
authored
8 years ago
by
Rémy Coutable
Browse files
Options
Download
Plain Diff
Merge branch 'patch-15' into 'master'
Update using_docker_images.md See merge request
!9894
parents
181c2582
1cba12d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
doc/ci/docker/using_docker_images.md
doc/ci/docker/using_docker_images.md
+7
-3
No files found.
doc/ci/docker/using_docker_images.md
View file @
05acb405
...
...
@@ -170,13 +170,17 @@ services:
```
When the job is run,
`tutum/wordpress`
will be started and you will have
access to it from your build container under the hostname
`tutum__wordpress`
.
access to it from your build container under the hostnames
`tutum-wordpress`
(requires GitLab Runner v1.1.0 or newer) and
`tutum__wordpress`
.
The alias hostname for the service is made from the image name following these
*Note: hostname with underscores is not RFC valid and may cause problems in 3rd party applications.*
The alias hostnames for the service are made from the image name following these
rules:
1.
Everything after
`:`
is stripped
2.
Slash (
`/`
) is replaced with double underscores (
`__`
)
2.
Slash (
`/`
) is replaced with double underscores (
`__`
) - primary alias
3.
Slash (
`/`
) is replaced with dash (
`-`
) - secondary alias, requires GitLab Runner v1.1.0 or newer
## Configuring services
...
...
This diff is collapsed.
Click to expand it.
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