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
Tatuya Kamada
gitlab-ce
Commits
420797f6
Commit
420797f6
authored
Jan 02, 2017
by
Adam Boseley
Committed by
Rémy Coutable
Feb 21, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update using_docker_images.md
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
459a97d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
doc/ci/docker/using_docker_images.md
doc/ci/docker/using_docker_images.md
+9
-6
No files found.
doc/ci/docker/using_docker_images.md
View file @
420797f6
...
...
@@ -39,13 +39,15 @@ accessible during the build process.
## 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
can be found at
[
Docker Hub
][
hub
]
. For more information about images and Docker
Hub please read the
[
Docker Fundamentals
][]
documentation.
The
`image`
keyword is the name of the docker image the docker executor
will run to perform the CI tasks.
In short, with
`image`
we refer to the docker image, which will be used to
create a container on which your job will run.
By default the executor will only pull images from
[
Docker Hub
][
hub
]
,
but this can be configured in the
`gitlab-runner/config.toml`
by setting
the
[
docker pull policy
][]
to allow using local images.
For more information about images and Docker Hub please read
the
[
Docker Fundamentals
][]
documentation.
## What is a service
...
...
@@ -271,6 +273,7 @@ containers as well as all volumes (`-v`) that were created with the container
creation.
[
Docker Fundamentals
]:
https://docs.docker.com/engine/understanding-docker/
[
docker pull policy
]:
https://docs.gitlab.com/runner/executors/docker.html#how-pull-policies-work
[
hub
]:
https://hub.docker.com/
[
linking-containers
]:
https://docs.docker.com/engine/userguide/networking/default_network/dockerlinks/
[
tutum/wordpress
]:
https://hub.docker.com/r/tutum/wordpress/
...
...
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