Skip to content

Commit cc7963d

Browse files
committed
documentation in probe - folder rights
1 parent 044c5ac commit cc7963d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

application/probe/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,17 @@ Use containers for production deployments, isolated environments, and easy distr
8282
```bash
8383
# Docker
8484
docker run --name probe \
85-
-v ~/temp/probe/catalog:/app/catalog/:ro,Z \
86-
-v ~/temp/probe/output:/app/output/,Z \
85+
-v ~/temp/probe/catalog:/app/catalog/:rw,Z \
86+
-v ~/temp/probe/output:/app/output/:rw,Z \
8787
-p 8095:8080 \
8888
-d eclipsedaanse/probe:snapshot
8989
```
9090

9191
##### Container Parameters Explained
9292

9393
- `--name probe`: Container name
94-
- `-v ~/temp/probe/catalog:/app/catalog/:ro,Z`: Mount local catalog directory (read-only with SELinux context)
95-
- `-v ~/temp/probe/output:/app/output/,Z` mount the output folder e.g. for documnetation
94+
- `-v ~/temp/probe/catalog:/app/catalog/:rw,Z`: Mount local catalog directory (read-only with SELinux context)
95+
- `-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
9898
- `eclipsedaanse/probe:snapshot`: Container image

0 commit comments

Comments
 (0)