Skip to content

Commit

Permalink
README: Remove information about required changes in docker_shell
Browse files Browse the repository at this point in the history
Signed-off-by: Eryk Szpotanski <[email protected]>
  • Loading branch information
eszpotanski authored and oharboe committed May 2, 2024
1 parent 9036f79 commit 62822b3
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <path to local bazel-orfs directory>:<path to local bazel-orfs directory> \
--network host \
$DOCKER_INTERACTIVE \
$DOCKER_ARGS \
```

Example of using a Bazel artifact server
----------------------------------------

Expand Down

0 comments on commit 62822b3

Please sign in to comment.