From 2aebaeba7fcf14125cbec234aa5b8e2337d05392 Mon Sep 17 00:00:00 2001 From: Eryk Szpotanski Date: Thu, 2 May 2024 11:33:49 +0200 Subject: [PATCH] README: Remove information about required changes in docker_shell Signed-off-by: Eryk Szpotanski --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index 38a891e..0d5cc23 100644 --- a/README.md +++ b/README.md @@ -116,24 +116,6 @@ local_path_override( ) ``` -For the local `bazel-orfs` it is also required to mount the `bazel-orfs` workspace directory to the docker containers while using the `docker flow`. -In your local `bazel-orfs` apply the changes showcased by the diff: - -``` -diff --git a/docker_shell.sh b/docker_shell.sh -index db1673c..f933d6a 100755 ---- a/docker_shell.sh -+++ b/docker_shell.sh -@@ -83,6 +83,7 @@ docker run --name "bazel-orfs-$uid" --rm \ - -e WORK_HOME=$WORKSPACE_EXECROOT/$RULEDIR \ - -v $WORKSPACE_ROOT:$WORKSPACE_ROOT \ - -v $WORKSPACE_ORIGIN:$WORKSPACE_ORIGIN \ -+ -v : \ - --network host \ - $DOCKER_INTERACTIVE \ - $DOCKER_ARGS \ -``` - Example of using a Bazel artifact server ----------------------------------------