From 325456f382adc8c53e7b579bf04330862fafd5b3 Mon Sep 17 00:00:00 2001 From: alien-ike Date: Mon, 13 May 2019 05:12:39 +0000 Subject: [PATCH] Publishes new documentation --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index bcdf45f62..cda86bfc6 100644 --- a/index.html +++ b/index.html @@ -2798,8 +2798,8 @@

10. Enrichers

10.1. Docker Inside Docker / Docker On Docker

-

If you are running your tests inside your continuous integration/delivery server (for example in Jenkins) and at the same time the server is running inside Docker. Then the docker containers started for Cube are run inside a Docker container. -So you effectively face the Docker inside Docker problem.

+

If you are running your tests on your continuous integration/delivery server (for example on Jenkins or GitLab runners) and at the same time the server is running inside Docker. Then the docker containers started for Cube are run inside a Docker container. +So you effectively face the Docker inside Docker problem - DockerHost is not the machine where your test is running.

From Arquillian Cube perspective we cannot do a lot of things, more then adapting to this situation by changing the serverUri. @@ -7329,7 +7329,7 @@

23. Future work