From 62872f988b7f8ebd81e87d205c6b8aff7d0741e0 Mon Sep 17 00:00:00 2001 From: Saurabh Singh Date: Sun, 11 Feb 2024 15:02:31 -0500 Subject: [PATCH] docs: update docker guide --- docs/pages/getting_started/docker.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/pages/getting_started/docker.rst b/docs/pages/getting_started/docker.rst index dbaccfd..4df2f3a 100644 --- a/docs/pages/getting_started/docker.rst +++ b/docs/pages/getting_started/docker.rst @@ -55,4 +55,9 @@ You should be able to see a bash prompt, and the riscv-atom repository already c container. To restart, simpy use the above ``docker start`` command again. .. tip:: - Checkout this `cheatsheet `_ to learn more about Docker CLI syntax. \ No newline at end of file + Checkout this `cheatsheet `_ to learn more about Docker CLI syntax. + +.. tip:: + If you want to use VS Code for development, install the **Remote Explorer** and **Dev Containers** extensions. You + should now be able to see the "Dev Containers" options in the *Remote Containers* tab and the container we just created + in the list. \ No newline at end of file