File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
content/learning-paths/cross-platform/zenoh-multinode-ros2 Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,13 @@ REPOSITORY TAG IMAGE ID CREATED SIZE
9696zenoh-node latest 2300ea78d043 30 minutes ago 3.73GB
9797```
9898
99+ Alternatively, if you’d like to skip the build process, a pre-built Docker image is available on Docker Hub.
100+ You can pull it directly using:
101+
102+ ``` bash
103+ docker pull odinlmshen/zenoh-node
104+ ```
105+
99106### Transfer the Docker image to the other Raspberry Pi
100107
101108There are two options to transfer the Docker image to your second device. Choose one of the following methods.
@@ -119,7 +126,7 @@ You can also push the image to Docker Hub or GitHub Container Registry and pull
119126
120127### Run the Docker Image
121128
122- Once the image is successfully loaded on second device, you can run the container.
129+ Once the image is successfully loaded on the second device, you can run the container to start the Zenoh environment .
123130
124131``` bash
125132docker run -it --network=host zenoh-node
You can’t perform that action at this time.
0 commit comments