Skip to content

Commit bf4afa0

Browse files
committed
#10 SE Linux note
1 parent de0b7b1 commit bf4afa0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ Volumes to mount:
177177
- **iRODS configuration**: map to `/etc/irods/` on the container
178178
- **PostgreSQL data**: map to `/var/lib/postgresql/data/` on the container
179179

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+
180184
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.
181185

182186
1. Create volumes on the host:

0 commit comments

Comments
 (0)