Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Aug 9, 2024
1 parent 53a2f77 commit d7b10f2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: 3.5.1b1-1-g7c57818
_commit: 3.5.1b1-3-g7c84c44
_src_path: gh:epics-containers/ioc-template
description: A test instantiation of the ioc-template copier template
git_platform: github.com
Expand Down
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,20 @@ To update to the latest version of the template:
pip install copier
cd ioc-template-example
copier update -a --trust .
```
```

## Developer Container

This repository includes a developer container configuration for Visual Studio Code. This allows you to run the Generic IOC locally and debug it. See https://epics-containers.github.io/main/tutorials/dev_container.html.

### IMPORTANT: First Time Preparation

The devcontainer uses a docker network that it can share with a ca-gateway in order that your PVs are accessible from your host machine. We arrange to create this network once and as long as you don't delete it or reset docker it will be available for all your devcontainers going forward.

To create the network run the following commands:

```bash
cd ioc-adsimdetector
source ./compose/environment.sh
```

0 comments on commit d7b10f2

Please sign in to comment.