Skip to content

Commit 4a37680

Browse files
committed
fix table
1 parent 31175fb commit 4a37680

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/tutorials/deploy_example.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,14 @@ caget EXAMPLE:SUM
132132
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:
133133

134134
```{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
142-
================== ===================
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
142+
=================== =========================================================
143143
```
144144

145145
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

Comments
 (0)