Skip to content

Commit 67cfaab

Browse files
committed
docs(docker/README.md): update example to run a container without capabilities.
Should be in f2e2407 commit. [ci skip]
1 parent 5993af5 commit 67cfaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ possible configurations, we support only those that are typically used:
2121
* The same but with a plain Docker:
2222
```console
2323
$ docker build -t mystamps:latest .
24-
$ docker run -d -p 8080:8080 mystamps:latest
24+
$ docker run -d -p 8080:8080 --cap-drop all mystamps:latest
2525
```
2626

0 commit comments

Comments
 (0)