Skip to content

Commit df7fc61

Browse files
authored
Merge pull request #145 from epics-containers/marcell-patch-3
Marcell patch 3
2 parents 8495117 + 077c2b1 commit df7fc61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tutorials/create_ioc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ Fill out the rest of your NDProcess entity as follows:
381381
NDARRAY_PORT: DET.DET
382382
```
383383

384-
Now restart you simulation detector IOC:
384+
Now restart your simulation detector IOC:
385385

386386
```bash
387387
ec restart bl01t-ea-cam-01

docs/tutorials/dev_container2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you want to use a GUI tool or any other tools you have installed on your host
4242

4343
Generic IOCs can use PVI to auto generate engineering screens for your IOC instance in the form of phoebus bob files. ioc-adsimdetector uses this to make screens for the simdetector driver and for all of the AreaDetector plugins installed in the IOC instance.
4444

45-
To make use of these screens we can use an install phoebus on the host machine or run it in a separate dedicated container. In either case we need our PVs to be accessible from outside of the container. For this purpose we use a separate gateway container which runs in the same network as the IOC container and binds to the channel access ports on the host machine's loopback adapter.
45+
To make use of these screens we can install phoebus on the host machine or run it in a separate dedicated container. In either case we need our PVs to be accessible from outside of the container. For this purpose we use a separate gateway container which runs in the same network as the IOC container and binds to the channel access ports on the host machine's loopback adapter.
4646

4747
To launch both phoebus in a container and the ca-gateway container we use compose just like we did in the `t01-services` tutorial. The compose file is in the `compose` folder of the `ioc-adsimdetector` repository.
4848

0 commit comments

Comments
 (0)