Skip to content

Commit

Permalink
Merge pull request #14 from epics-containers/add-gateway
Browse files Browse the repository at this point in the history
add devcontainer info to readme
  • Loading branch information
gilesknap authored Aug 9, 2024
2 parents 7c57818 + 4a13ff0 commit 7c84c44
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion template/README.md.jinja
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 {{name}}
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 7c84c44

Please sign in to comment.