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
3190983f
Commit
3190983f
authored
Apr 10, 2019
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify docker-in-docker in Container Scanning docs
parent
7b956a8f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
doc/user/security/container_scanning/index.md
doc/user/security/container_scanning/index.md
+5
-3
No files found.
doc/user/security/container_scanning/index.md
View file @
3190983f
...
...
@@ -39,9 +39,11 @@ to perform audits for your Docker-based apps.
To enable Container Scanning in your pipeline, you need:
-
A GitLab Runner with
[
docker-in-docker executor
](
https://docs.gitlab.com/runner/executors/docker.html#use-docker-in-docker-with-privileged-mode
)
.
If you’re using the shared Runners on GitLab.com, this is enabled by default.
-
A GitLab Runner with the
[
`docker`
](
https://docs.gitlab.com/runner/executors/docker.html#use-docker-in-docker-with-privileged-mode
)
or
[
`kubernetes`
](
https://docs.gitlab.com/runner/install/kubernetes.html#running-privileged-containers-for-the-runners
)
executor running in privileged mode. If you're using the shared Runners on GitLab.com,
this is enabled by default.
-
To
[
build and push
](
../../../ci/docker/using_docker_build.md#container-registry-examples
)
your Docker image to your project's
[
Container Registry
](
../../project/container_registry.md
)
.
The name of the Docker image should match the following scheme:
...
...
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