From 94d33aff24970bbb19e5ac75a55c0de223f075b8 Mon Sep 17 00:00:00 2001 From: Marcell Nagy <133755508+marcelldls@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:06:09 +0000 Subject: [PATCH] Update dev_container.rst Introduce repos folder before specifying interaction with it --- docs/user/tutorials/dev_container.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/user/tutorials/dev_container.rst b/docs/user/tutorials/dev_container.rst index b6746a03..38d80974 100644 --- a/docs/user/tutorials/dev_container.rst +++ b/docs/user/tutorials/dev_container.rst @@ -210,7 +210,10 @@ Adding the Beamline to the Workspace ------------------------------------ To meaningfully test the Generic IOC we will need an instance to test it -against. We will use the ``bl01t`` beamline that you already made. +against. We will use the ``bl01t`` beamline that you already made. The container +has been configured to mount some useful local files from the user's home directory, +including the parent folder of the workspace as ``/repos`` so we can work on +multiple peer projects. In VSCode click the ``File`` menu and select ``Add Folder to Workspace``. Navigate to ``/repos`` and you will see all the peers of your ``ioc-adsimdetector``