Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jul 3, 2024
1 parent 6540f75 commit e81d803
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ NOTE: -d detaches from the containers. You may omit this if you would prefer to
You can now use:

```bash
# use caget/put locally
export EPICS_CA_ADDR_LIST=127.0.0.1
caget BL01T-EA-TST-02:DET:MaxSizeX_RBV
# attach to logs of a service
ec logs bl01t-di-cam-01 -f
# stop a service
Expand All @@ -59,6 +62,9 @@ ec exec bl01t-di-cam-01 bash
ec down bl01t-di-cam-01
# create and launch a single service (plus its dependencies)
ec up bl01t-di-cam-01 -d
# close down and delete all the containers
# volumes are not deleted to preserve the data
ec down
```

### Deploy To Beamline Servers
Expand Down

0 comments on commit e81d803

Please sign in to comment.