Skip to content

Commit 0aa0f07

Browse files
committed
update probe readme, docker user and -it
Signed-off-by: Stefan Bischof <[email protected]>
1 parent 763f559 commit 0aa0f07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

application/probe/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,11 @@ Use containers for production deployments, isolated environments, and easy distr
8282
```bash
8383
# Docker
8484
docker run --name probe \
85+
--userns=keep-id \
8586
-v ~/temp/probe/catalog:/app/catalog/:rw,Z \
8687
-v ~/temp/probe/output:/app/output/:rw,Z \
8788
-p 8095:8080 \
88-
-d eclipsedaanse/probe:snapshot
89+
-it eclipsedaanse/probe:snapshot
8990
```
9091

9192
##### Container Parameters Explained

0 commit comments

Comments
 (0)