From e79a7d6e52fab21ea519451f4dccccd702a5e408 Mon Sep 17 00:00:00 2001 From: Michael Wurster Date: Wed, 10 Jun 2020 20:17:51 +0200 Subject: [PATCH] Fix to access also dependent repos in Docker setup Signed-off-by: Michael Wurster --- docs/user/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/getting-started.rst b/docs/user/getting-started.rst index 100a549f36..75078e0774 100644 --- a/docs/user/getting-started.rst +++ b/docs/user/getting-started.rst @@ -119,7 +119,7 @@ Open a command prompt and execute the following command: -e WINERY_FEATURE_RADON=true \ -e WINERY_REPOSITORY_PROVIDER=yaml \ -e WINERY_DEPENDENT_REPOSITORIES="[ { \"name\" : \"RADON Particles\", \"url\" : \"https://github.com/radon-h2020/radon-particles.git\", \"branch\" : \"master\" } ]" \ - -v :/var/repository/workspace \ + -v :/var/repository \ -u `id -u` \ opentosca/radon-gmt