Commit 59371992 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-remove-dind-from-container-scanning' into 'master'

Remove DinD requirement from Container Scanning documentation

See merge request gitlab-org/gitlab!18968
parents 8da6d08d 2d613372
...@@ -40,10 +40,9 @@ to perform audits for your Docker-based apps. ...@@ -40,10 +40,9 @@ to perform audits for your Docker-based apps.
To enable Container Scanning in your pipeline, you need: To enable Container Scanning in your pipeline, you need:
- A GitLab Runner with the - A GitLab Runner with the
[`docker`](https://docs.gitlab.com/runner/executors/docker.html#use-docker-in-docker-with-privileged-mode) or [`docker`](https://docs.gitlab.com/runner/executors/docker.html) or
[`kubernetes`](https://docs.gitlab.com/runner/install/kubernetes.html#running-privileged-containers-for-the-runners) [`kubernetes`](https://docs.gitlab.com/runner/install/kubernetes.html)
executor running in privileged mode. If you're using the shared Runners on GitLab.com, executor.
this is enabled by default.
- Docker `18.09.03` or higher installed on the machine where the Runners are - Docker `18.09.03` or higher installed on the machine where the Runners are
running. If you're using the shared Runners on GitLab.com, this is already running. If you're using the shared Runners on GitLab.com, this is already
the case. the case.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment