Skip to content

Commit

Permalink
Docker: Isolate ROS communication
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Orsula <[email protected]>
  • Loading branch information
AndrejOrsula committed Sep 27, 2024
1 parent bf400df commit 106d027
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .docker/run.bash
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ CUSTOM_VOLUMES=(
)
# List of environment variables to set (can be updated by passing -e ENV=VALUE)
CUSTOM_ENVS=(
ROS_DOMAIN_ID="${ROS_DOMAIN_ID:-"0"}"
ROS_LOCALHOST_ONLY="${ROS_LOCALHOST_ONLY:-"1"}"
)

## If the current user is not in the docker group, all docker commands will be run as root
Expand Down

0 comments on commit 106d027

Please sign in to comment.