Skip to content

Commit 2012022

Browse files
authored
Merge pull request #150 from epics-containers/podman-notes
add notes on podman setup for dls
2 parents e915374 + 9b08de8 commit 2012022

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/tutorials/setup_workstation.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,16 @@ devcontainer in the next tutorial.
7676
### Setup Docker or Podman
7777

7878
:::{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+
```
8189
:::
8290

8391
Next install docker or podman as your container platform. epics-containers

0 commit comments

Comments
 (0)