Elaborate on note that docker-priv only works with integration (#62035)

This commit is contained in:
Kevin Breit 2019-09-11 07:20:49 -05:00 committed by Sandra McCann
parent bcc3620182
commit f79d03d292

View file

@ -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
-------------------------