Skip to content

Commit 3f30805

Browse files
committed
Add pre-built Docker image
1 parent 2c578b0 commit 3f30805

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

content/learning-paths/cross-platform/zenoh-multinode-ros2/3_zenoh-multinode.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@ REPOSITORY TAG IMAGE ID CREATED SIZE
9696
zenoh-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

101108
There 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
125132
docker run -it --network=host zenoh-node

0 commit comments

Comments
 (0)