From 09d4cfd9f964cb6f085bf870ef638af0f998ece8 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Mon, 10 Jun 2019 22:21:23 +0000 Subject: [PATCH] Run update.sh --- ros/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ros/README.md b/ros/README.md index d5aba859f..e8b461e18 100644 --- a/ros/README.md +++ b/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