summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKevin Breit <kevin.breit@kevinbreit.net>2019-09-11 07:20:49 -0500
committerToshio Kuratomi <a.badger@gmail.com>2019-09-17 16:36:18 -0700
commitafbfd3958ee8e8c3be5decff2f417e7910b071df (patch)
tree977bc79e6cfd154ccb336840edb9ad6972cadcc9 /docs
parent4c8fa415b13af68ccc527b5c7c2a9be3d514b628 (diff)
downloadansible-afbfd3958ee8e8c3be5decff2f417e7910b071df.tar.gz
Elaborate on note that docker-priv only works with integration (#62035)
(cherry picked from commit f79d03d2920044c162ed20e814151076d55bae3b)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/dev_guide/testing_integration.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/dev_guide/testing_integration.rst b/docs/docsite/rst/dev_guide/testing_integration.rst
index 90f36e4a1b..7f3a594b65 100644
--- a/docs/docsite/rst/dev_guide/testing_integration.rst
+++ b/docs/docsite/rst/dev_guide/testing_integration.rst
@@ -127,7 +127,7 @@ the Ansible continuous integration (CI) system is recommended.
Using Docker Engine to run Docker on a non-Linux host (such as macOS) is not recommended.
Some tests may fail, depending on the image used for testing.
- Using the ``--docker-privileged`` option may resolve the issue.
+ Using the ``--docker-privileged`` option when running ``integration`` (not ``network-integration`` or ``windows-integration``) may resolve the issue.
Running Integration Tests
-------------------------