Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mkimsri authored Sep 12, 2024
1 parent 691eca7 commit 24a97ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ To test with Docker image

To build the radler/ros2 docker image::

apt-get install docker-buildx
export DOCKER_BUILDKIT=1
cd /path/to/radler/docker
docker build -t radler/ros2 .
Expand All @@ -23,6 +25,7 @@ To try SROS2 (https://github.com/ros2/sros2/blob/foxy/SROS2_Linux.md), start a c

Inside of the container, run listener and talker nodes with security feature on::

ros2 pkg executables # to check pkg/node available
ros2 run pubsub listener --ros-args --enclave /talker_listener/listener
ros2 run pubsub talker --ros-args --enclave /talker_listener/talker

Expand Down

0 comments on commit 24a97ab

Please sign in to comment.