1
0
Docker Library Bot 6 жил өмнө
parent
commit
09d4cfd9f9
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      ros/README.md

+ 1 - 1
ros/README.md

@@ -131,7 +131,7 @@ $ docker run -v "/home/ubuntu/.ros/:/root/.ros/" ros
 
 ### Devices
 
-Some application may require device access for acquiring images from connected cameras, control input from human interface device, or GPUS for hardware acceleration. This can be done using the [`--device`](https://docs.docker.com/reference/run/) run argument to mount the device inside the container, providing processes inside hardware access.
+Some application may require device access for acquiring images from connected cameras, control input from human interface device, or GPUS for hardware acceleration. This can be done using the [`--device`](https://docs.docker.com/engine/reference/commandline/run/#add-host-device-to-container---device) run argument to mount the device inside the container, providing processes inside hardware access.
 
 ### Networks