Skip to content

Commit

Permalink
Some small changed to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Heitz Robin committed May 22, 2024
1 parent d0ee9ec commit eb12c98
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ Pull images:

Available tags:

- humble
- melodic
- noetic
- humble

## Setup

Expand All @@ -24,7 +25,7 @@ Copy the content into .devcontainer/devcontainer.json:
"privileged": true,
"remoteUser": "ros",
"containerUser": "ros",
"image":"ghcr.io/robinheitz/ros:humble",
"image":"ghcr.io/robinheitz/ros:<tag>",
"workspaceFolder": "/home/ros/ros_ws",
"workspaceMount": "source=${localWorkspaceFolder}/ros_ws/src,target=/home/ros/ros_ws/src,type=bind",
"containerEnv": {
Expand All @@ -39,7 +40,7 @@ Copy the content into .devcontainer/devcontainer.json:
}
```

Make sure to get the correct tag at `image`.
Make sure to select the needed tag, marked by `<tag>`.

## Start container

Expand Down

0 comments on commit eb12c98

Please sign in to comment.