File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,16 @@ devcontainer in the next tutorial.
76
76
### Setup Docker or Podman
77
77
78
78
:::{Note}
79
- ** DLS Users** : RHEL 8 Workstations at DLS have podman 4.9.4 installed by default.
80
- RHEL 7 Workstations are not supported.
79
+ ** DLS Users** : RHEL 8 Workstations at DLS have podman 4.9.4 installed by default. RHEL 7 Workstations are not supported.
80
+
81
+ If this is the first time you have used podman OR you are using a DLS Redhat laptop then you must perform the following steps:
82
+
83
+ ``` bash
84
+ # setup the podman config folders in your home directory
85
+ /dls_sw/apps/setup-podman/setup.sh
86
+ # disable se labels in mounted folders for podman
87
+ sed -i ~ /.config/containers/containers.conf -e ' /label=false/d' -e ' /^\[containers\]$/a label=false'
88
+ ```
81
89
:::
82
90
83
91
Next install docker or podman as your container platform. epics-containers
You can’t perform that action at this time.
0 commit comments