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
remove reference to creating network in environment.sh
For some reason podman does not like this and the ca-gateway fails
to work. We might want some way of co-existing with devcontainer
but for now just deal with that not being possible (for podman)
Copy file name to clipboardExpand all lines: docs/tutorials/deploy_example.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,10 @@ source ./environment.sh
48
48
```
49
49
50
50
The environment file is the same for all local deployment services projects and sets up the following. The defaults supplied are all intended for developer workstation use:-
51
-
52
-
-**UIDGID**Used to set which account and group containers are launched with. This is always 0:0 for podman and USERID:GROUPID for docker. Only required for developer workstations.
53
-
-**COMPOSE_PROFILES**Determines which compose profile is launched. Defaults to the 'develop' profile intended for developer workstations. It runs a ca-gateway container that publishes PVs on localhost and a container for phoebus to provide an OPI.
54
-
-**EPICS_CA_ADDR_LIST**Set to localhost so that host caget's can see the containerised IOC PVs on a developer workstation.
51
+
- sets permissions on **xhost** to allow local containers to display GUIs on the host.
52
+
-sets **UIDGID**which is used to set which account and group the phoebus container is launched with. This is always 0:0 for podman and USERID:GROUPID for docker. Only required for developer workstations.
53
+
-sets **COMPOSE_PROFILES**which determines which compose profile is launched. Defaults to the 'test' profile intended for testing on developer workstations. It runs a ca-gateway container that publishes PVs on localhost and a container for phoebus to provide an OPI.
54
+
-sets **EPICS_CA_ADDR_LIST** to localhost so that host can see the containerised IOC PVs on a developer workstation.
0 commit comments