File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ docker run --name probe \
9191##### Container Parameters Explained
9292
9393- ` --name probe ` : Container name
94- - ` -v ~/temp/probe/catalog:/app/catalog/:rw,Z ` : Mount local catalog directory (read-only with SELinux context)
94+ - ` -v ~/temp/probe/catalog:/app/catalog/:rw,Z ` : Mount local catalog directory ( read-write with SELinux context)
9595- ` -v ~/temp/probe/output:/app/output/:rw,Z ` mount the output folder e.g. for documnetation
9696- ` -p 8095:8080 ` : Map host port 8095 to container port 8080
9797- ` -d ` : Run in detached mode
@@ -115,7 +115,6 @@ services:
115115 - type : bind
116116 source : ~/temp/probe/catalog
117117 target : /app/catalog/
118- read_only : true
119118 bind :
120119 selinux : Z
121120 - type : bind
You can’t perform that action at this time.
0 commit comments