You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/deploy_example.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,14 +132,14 @@ caget EXAMPLE:SUM
132
132
Once you have a shell inside the container you could inspect the following folders. Because this is the runtime container you will only see the binaries and runtime files, not the source code:
133
133
134
134
```{eval-rst}
135
-
=====================================
136
-
/epics/ioc ioc code
137
-
/epics/ioc/start.sh IOC startup script
138
-
/epics/support support modules
139
-
/epics/epics-base EPICS base binaries
140
-
/epics/ioc/config IOC instance config used to generate runtime files
141
-
/epics/runtime IOC startup script and database file generated at runtime
Being at a terminal prompt inside the IOC container can be useful for debugging and testing. You will have access EPICS command line tools including pvAccess, and you can inspect files such as the IOC startup script.
0 commit comments