Skip to content

Commit

Permalink
README: document accessing lnls-run's socket.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericonr committed Oct 27, 2023
1 parent d5cf9b3 commit a3a13ec
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,16 @@ not built in `ADSupport`.

Known build and runtime issues are documented in the [SwC
wiki](http://swc.lnls.br/).

## Containers

### Accessing `iocsh` inside containers

If a container is using the default `lnls-run` entrypoint (i.e. this won't work
for containers launched by the `iocs` script for SIRIUS beamlines), its IOC's
`iocsh` can be accessed with the following command (use `podman` if
appropriate):

```
$ docker exec -ti <container> nc -U ioc.sock
```

0 comments on commit a3a13ec

Please sign in to comment.