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: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,10 @@ Volumes to mount:
177
177
-**iRODS configuration**: map to `/etc/irods/` on the container
178
178
-**PostgreSQL data**: map to `/var/lib/postgresql/data/` on the container
179
179
180
+
SE Linux users should note that volume mounts may fail, and may require a `:z` or `:Z` at the end of their volume defintion.
181
+
182
+
-`-v $(pwd)/var_irods:/var/lib/irods:z`
183
+
180
184
It is also necessary to define a **hostname** for the container when persisting data as the hostname information is written to the data store on initialization.
0 commit comments