Skip to content

Commit

Permalink
Remove some unused lines from devcontainer and docker README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
roboticswithjulia committed Nov 24, 2024
1 parent 27ed0a1 commit 6782c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
9 changes: 2 additions & 7 deletions .devcontainer/README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#.. redirect-from::
#
# Deploying-ROS2-on-IBM-Cloud
# Tutorials/Deploying-ROS-2-on-IBM-Cloud

Development Container for ROS2 Rust
====================================

Expand All @@ -17,7 +12,7 @@ File Description

The provided ``devcontainer.json`` file specifies the configuration for running a containerized development environment with the following features:

- **Image Configuration**: Uses the Docker image ros2_rust_dev:latest.
- **Image Configuration**: Uses the Docker image ``ros2_rust_dev:latest``.
- **Build Settings**:
- Context: Specifies the root directory of the project (``..``).
- Dockerfile: Uses the Dockerfile located at ``../docker/Dockerfile``.
Expand Down Expand Up @@ -75,7 +70,7 @@ Notes

- **Container Network**: The ``--network=host`` option is enabled to allow network sharing between the host and container.
- **Privilege**: The ``--privileged`` flag is enabled, which may be required for specific ROS2 features but should be used cautiously.
- If you encounter permission issues with X11, ensure the host system is configured to allow access in each terminal:
- If you encounter permission issues with X11, ensure the host system is configured to allow access in the vscode:

.. code-block:: bash
Expand Down
5 changes: 0 additions & 5 deletions docker/README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#.. redirect-from::
#
# Deploying-ROS2-on-IBM-Cloud
# Tutorials/Deploying-ROS-2-on-IBM-Cloud

ROS2 Rust Docker Environment
=========================================================

Expand Down

0 comments on commit 6782c50

Please sign in to comment.