From d15bec2da4bd48d4328c8dbe81c0eeec4d2c1bd7 Mon Sep 17 00:00:00 2001 From: ruffsl Date: Tue, 11 Apr 2023 18:57:56 +0200 Subject: [PATCH] Use attention admonition about runArgs --- dev_containers/dev_containers_docs/development_guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev_containers/dev_containers_docs/development_guide.md b/dev_containers/dev_containers_docs/development_guide.md index 6e664f2a8..196db59b4 100644 --- a/dev_containers/dev_containers_docs/development_guide.md +++ b/dev_containers/dev_containers_docs/development_guide.md @@ -77,7 +77,9 @@ To speed up subsequent startups, volumes are mounted to the container store a pe - Applicable for ROS package using sensors and actuators - Necessary for some GPU drivers and USB devices -Note that these `runArgs` in the `devcontainer.json` config can be further customized, either expanded or or narrowed in scope, to better suit your desired development environment. The current configuration is merely the project default in order to be the most flexible and useful for the widest range of development use cases. +:::{attention} +These `runArgs` in the `devcontainer.json` config can be further customized, either expanded or or narrowed in scope, to better suit your desired development environment. The current configuration is merely the project default in order to be the most flexible and useful for the widest range of development use cases. +::: ## Using Dev Containers