Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ijnek authored Feb 7, 2023
1 parent 30bf59b commit e201cdf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ Here is a list of notes explaining the reason for using the respective options i

In ``devcontainer.json``:

* ``mounts``
* ``source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached`` allows GUI programs to work. This is necessary for
RQt to work.
* ``runArgs``
* ``--privileged`` allows the container to access the host's resources, including hardware devices (eg. webcam) and GPU.
* ``--network=host`` allows the container to share the host’s networking namespace, and the container does not get its own IP-address allocated.
Expand Down

0 comments on commit e201cdf

Please sign in to comment.