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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
c920aad3
Commit
c920aad3
authored
Oct 03, 2016
by
Wilfred Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Grammar fixes in docs
parent
9235f1d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/ci/docker/using_docker_images.md
doc/ci/docker/using_docker_images.md
+3
-3
No files found.
doc/ci/docker/using_docker_images.md
View file @
c920aad3
...
...
@@ -37,7 +37,7 @@ The registered runner will use the `ruby:2.1` docker image and will run two
services,
`postgres:latest`
and
`mysql:latest`
, both of which will be
accessible during the build process.
## What is image
## What is
an
image
The
`image`
keyword is the name of the docker image that is present in the
local Docker Engine (list all images with
`docker images`
) or any image that
...
...
@@ -47,7 +47,7 @@ Hub please read the [Docker Fundamentals][] documentation.
In short, with
`image`
we refer to the docker image, which will be used to
create a container on which your build will run.
## What is service
## What is
a
service
The
`services`
keyword defines just another docker image that is run during
your build and is linked to the docker image that the
`image`
keyword defines.
...
...
@@ -61,7 +61,7 @@ time the project is built.
You can see some widely used services examples in the relevant documentation of
[
CI services examples
](
../services/README.md
)
.
### How
is servic
e linked to the build
### How
services ar
e linked to the build
To better understand how the container linking works, read
[
Linking containers together
][
linking-containers
]
.
...
...
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