Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dev_container.rst #57

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/user/tutorials/dev_container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down